共用方式為


Saml2Assertion.ExternalEncryptedKeys 屬性

定義

取得或設定集合,包含 EncryptedData 項目外部指定的任何其他加密金鑰,做為 EncryptedAssertion 項目的子系。

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)

屬性值

EncryptedKeyIdentifierClause 型別的集合,其中包含索引鍵。

適用於