Saml2SubjectConfirmationData.KeyIdentifiers Właściwość

Definicja

Pobiera kolekcję kluczy kryptograficznych używanych w jakiś sposób do uwierzytelniania jednostki zaświadczającej. [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)

Wartość właściwości

Kolekcja typu SecurityKeyIdentifier , która zawiera klucze.

Uwagi

Zawartość elementu SubjectConfirmationData, który jest ograniczony za pomocą parametru KeyInfoConfirmationDataType. Ten typ danych wskazuje, że element zawiera klucze kryptograficzne przedstawione w jednym lub kilku elementach ds:KeyInfo.

Dotyczy