SupportingTokenParameters.SignedEncrypted プロパティ

定義

セキュリティ バインド要素に必要な署名済みおよび暗号化されたサポート トークンのセキュリティ トークン パラメーターのコレクションを取得します。

public:
 property System::Collections::ObjectModel::Collection<System::ServiceModel::Security::Tokens::SecurityTokenParameters ^> ^ SignedEncrypted { System::Collections::ObjectModel::Collection<System::ServiceModel::Security::Tokens::SecurityTokenParameters ^> ^ get(); };
public System.Collections.ObjectModel.Collection<System.ServiceModel.Security.Tokens.SecurityTokenParameters> SignedEncrypted { get; }
member this.SignedEncrypted : System.Collections.ObjectModel.Collection<System.ServiceModel.Security.Tokens.SecurityTokenParameters>
Public ReadOnly Property SignedEncrypted As Collection(Of SecurityTokenParameters)

プロパティ値

SecurityTokenParametersのコレクション。

注釈

署名されたトークンはメッセージ署名に含まれており、暗号化されます。

適用対象