Saml2SubjectConfirmationData.KeyIdentifiers Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the collection of cryptographic keys that are used in some way to authenticate an attesting 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)
Property Value
A collection of type SecurityKeyIdentifier that contains the keys.
Remarks
The content of a SubjectConfirmationData element that is constrained with the KeyInfoConfirmationDataType. This data type indicates that the element contains cryptographic keys presented in one or more ds:KeyInfo elements.