Język

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 zawierającego klucze.

Uwagi

Zawartość elementu SubjectConfirmationData ograniczona atrybutem KeyInfoConfirmationDataType. Ten typ danych wskazuje, że element zawiera klucze kryptograficzne przedstawione w co najmniej jednym elemecie ds:KeyInfo.

Dotyczy