Edit

Share via


SymmetricProofDescriptor.KeyIdentifier Property

Definition

Gets the key identifier that can be used inside the issued token to define the key. It is usually the binary secret or the encrypted key.

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.

Applies to