Saml2SubjectConfirmationData.KeyIdentifiers Propriedade

Definição

Obtém a coleção de chaves de criptografia que são usadas de alguma maneira para autenticar uma entidade de atestado.Gets the collection of cryptographic keys that are used in some way to authenticate an attesting entity. [Saml2Core, 2.4.1.3][Saml2Core, 2.4.1.3]

public:
 property System::Collections::ObjectModel::Collection<System::IdentityModel::Tokens::SecurityKeyIdentifier ^> ^ KeyIdentifiers { System::Collections::ObjectModel::Collection<System::IdentityModel::Tokens::SecurityKeyIdentifier ^> ^ get(); };
public System.Collections.ObjectModel.Collection<System.IdentityModel.Tokens.SecurityKeyIdentifier> KeyIdentifiers { get; }
member this.KeyIdentifiers : System.Collections.ObjectModel.Collection<System.IdentityModel.Tokens.SecurityKeyIdentifier>
Public ReadOnly Property KeyIdentifiers As Collection(Of SecurityKeyIdentifier)

Valor da propriedade

Collection<SecurityKeyIdentifier>

Uma coleção do tipo SecurityKeyIdentifier que contém as chaves.A collection of type SecurityKeyIdentifier that contains the keys.

Comentários

O conteúdo de um elemento SubjectConfirmationData que é restrito com o KeyInfoConfirmationDataType.The content of a SubjectConfirmationData element that is constrained with the KeyInfoConfirmationDataType. Esse tipo de dados indica que o elemento contém chaves de criptografia apresentadas em um ou mais elementos DS: KeyInfo.This data type indicates that the element contains cryptographic keys presented in one or more ds:KeyInfo elements.

Aplica-se a