AsymmetricProofDescriptor.KeyIdentifier Property

Definition

Gets the key identifier that the requestor has provided from the use key. It can be echoed back inside the SAML token if it is needed.

public:
 virtual property System::IdentityModel::Tokens::SecurityKeyIdentifier ^ KeyIdentifier { System::IdentityModel::Tokens::SecurityKeyIdentifier ^ get(); };
public override System.IdentityModel.Tokens.SecurityKeyIdentifier KeyIdentifier { get; }
member this.KeyIdentifier : System.IdentityModel.Tokens.SecurityKeyIdentifier
Public Overrides ReadOnly Property KeyIdentifier As SecurityKeyIdentifier

Property Value

The key identifier that the requestor has provided from the use key.

Applies to