Saml2SecurityToken.IssuerToken Property

Definition

Gets the security token of the issuer.

public:
 property System::IdentityModel::Tokens::SecurityToken ^ IssuerToken { System::IdentityModel::Tokens::SecurityToken ^ get(); };
public System.IdentityModel.Tokens.SecurityToken IssuerToken { get; }
member this.IssuerToken : System.IdentityModel.Tokens.SecurityToken
Public ReadOnly Property IssuerToken As SecurityToken

Property Value

The security token of the issuer.

Applies to