ChannelProtectionRequirements.OutgoingEncryptionParts プロパティ

定義

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

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

プロパティ値

ScopedMessagePartSpecification コレクション。

注釈

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

適用対象