次の方法で共有


ChannelProtectionRequirements.IncomingEncryptionParts プロパティ

定義

クライアントからサーバーに送信されるメッセージの、暗号化されるメッセージ部分のコレクションを取得します。

public:
 property System::ServiceModel::Security::ScopedMessagePartSpecification ^ IncomingEncryptionParts { System::ServiceModel::Security::ScopedMessagePartSpecification ^ get(); };
public System.ServiceModel.Security.ScopedMessagePartSpecification IncomingEncryptionParts { get; }
member this.IncomingEncryptionParts : System.ServiceModel.Security.ScopedMessagePartSpecification
Public ReadOnly Property IncomingEncryptionParts As ScopedMessagePartSpecification

プロパティ値

ScopedMessagePartSpecification

ScopedMessagePartSpecification コレクション。

注釈

このプロパティは、コンストラクターで設定されます。

適用対象