Udostępnij za pośrednictwem


SamlSubject.KeyIdentifier Właściwość

Definicja

Pobiera lub ustawia identyfikator klucza, który zapewnia dostęp do klucza kryptograficznego przechowywanego przez podmiot tokenu zabezpieczającego 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

Wartość właściwości

Element SecurityKeyIdentifier zapewniający dostęp do klucza kryptograficznego przechowywanego przez podmiot tokenu zabezpieczającego SamlSecurityToken .

Uwagi

Klucz uwzględniony w identyfikatorze KeyIdentifier klucza reprezentowanym przez właściwość jest odszyfrowywane i ustawiany na Crypto właściwość po wywołaniu SamlSubject metody.

Właściwość KeyIdentifier odpowiada elementowi <ds:KeyInfo><saml:SubjectConfirmation> podrzędnym elementu asercji SAML.

Dotyczy

Zobacz też