共用方式為


SecurityTokenResponse Class

Definition

Contains a security token response.

public ref class SecurityTokenResponse sealed
public sealed class SecurityTokenResponse
type SecurityTokenResponse = class
Public NotInheritable Class SecurityTokenResponse
Inheritance
SecurityTokenResponse

Remarks

This class is a wrapper containing a security token request response and a security token.

Constructors

Name Description
SecurityTokenResponse()

Initializes a new instance of the SecurityTokenResponse class.

Properties

Name Description
EndpointType

Gets or sets the type of endpoint that the security token applies to.

Token

Gets or sets the security token.

Applies to