Sdílet prostřednictvím


SamlSubject.KeyIdentifier Vlastnost

Definice

Získá nebo nastaví identifikátor klíče, který poskytuje přístup k kryptografickému klíči uchovávanému předmětem tokenu zabezpečení SAML.

public:
 property System::IdentityModel::Tokens::SecurityKeyIdentifier ^ KeyIdentifier { System::IdentityModel::Tokens::SecurityKeyIdentifier ^ get(); void set(System::IdentityModel::Tokens::SecurityKeyIdentifier ^ value); };
public System.IdentityModel.Tokens.SecurityKeyIdentifier KeyIdentifier { get; set; }
member this.KeyIdentifier : System.IdentityModel.Tokens.SecurityKeyIdentifier with get, set
Public Property KeyIdentifier As SecurityKeyIdentifier

Hodnota vlastnosti

A SecurityKeyIdentifier , který poskytuje přístup k kryptografickému klíči uchovávanému předmětem tokenu SamlSecurityToken zabezpečení.

Poznámky

Klíč zahrnutý v identifikátoru klíče, který je reprezentován vlastnost je KeyIdentifier dešifrován a nastaven na Crypto vlastnost při SamlSubject zavolání metody.

Vlastnost KeyIdentifier odpovídá podřízeného <ds:KeyInfo> prvku elementu <saml:SubjectConfirmation> kontrolního výrazu SAML.

Platí pro

Viz také