AuthenticationCredentials.SecurityTokenResponse Property

Definition

Gets or sets the security token response.

public:
 property Microsoft::Xrm::Sdk::Client::SecurityTokenResponse ^ SecurityTokenResponse { Microsoft::Xrm::Sdk::Client::SecurityTokenResponse ^ get(); void set(Microsoft::Xrm::Sdk::Client::SecurityTokenResponse ^ value); };
public Microsoft.Xrm.Sdk.Client.SecurityTokenResponse SecurityTokenResponse { get; set; }
member this.SecurityTokenResponse : Microsoft.Xrm.Sdk.Client.SecurityTokenResponse with get, set
Public Property SecurityTokenResponse As SecurityTokenResponse

Property Value

The security token response.

Applies to