SecurityToken Property (SalesforceConnection)
In This Topic
Gets or sets the automatically generated key that is used for logging in to Salesforce from an untrusted network.
Syntax
'Declaration
Public Property SecurityToken As String
public string SecurityToken {get; set;}
Property Value
The automatically generated (by Salesforce) key that is used for logging in to Salesforce from an untrusted network.
See Also