SymmetricProofDescriptor.KeyIdentifier Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.