다음을 통해 공유


Saml2NameIdentifier.ExternalEncryptedKeys 속성

정의

EncryptedID 요소의 자식 요소로 xenc:EncryptedData 요소의 외부에 지정된 추가 암호화된 키를 포함하는 컬렉션을 가져옵니다.

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)

속성 값

키가 포함된 Collection<T>입니다.

적용 대상