次の方法で共有


Saml2Assertion.ExternalEncryptedKeys プロパティ

定義

EncryptedAssertion 要素の子として、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)

プロパティ値

キーが格納された EncryptedKeyIdentifierClause 型のコレクション。

適用対象