Gets or sets the security token required to access the Web API securely.
'Declaration
Public Property SecurityToken As String
public string SecurityToken {get; set;}
Property Value
The security token as a
System.String used for authenticating requests to the API.