Saml2Assertion.ExternalEncryptedKeys 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 or sets a collection that contains any additional encrypted keys that are specified external to the EncryptedData element, as children of the EncryptedAssertion element.
public:
property System::Collections::ObjectModel::Collection<System::IdentityModel::Tokens::EncryptedKeyIdentifierClause ^> ^ ExternalEncryptedKeys { System::Collections::ObjectModel::Collection<System::IdentityModel::Tokens::EncryptedKeyIdentifierClause ^> ^ get(); };
public System.Collections.ObjectModel.Collection<System.IdentityModel.Tokens.EncryptedKeyIdentifierClause> ExternalEncryptedKeys { get; }
member this.ExternalEncryptedKeys : System.Collections.ObjectModel.Collection<System.IdentityModel.Tokens.EncryptedKeyIdentifierClause>
Public ReadOnly Property ExternalEncryptedKeys As Collection(Of EncryptedKeyIdentifierClause)
Property Value
A collection of type EncryptedKeyIdentifierClause that contains the keys.
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.