Sdílet prostřednictvím


Saml2SubjectConfirmationData.KeyIdentifiers Vlastnost

Definice

Získá kolekci kryptografických klíčů, které se používají nějakým způsobem k ověření ověřovací entity. [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)

Hodnota vlastnosti

Kolekce typu SecurityKeyIdentifier , která obsahuje klíče.

Poznámky

Obsah SubjectConfirmationData elementu, který je omezen KeyInfoConfirmationDataType. Tento datový typ označuje, že element obsahuje kryptografické klíče prezentované v jednom nebo více ds:KeyInfo elementy.

Platí pro