MsmqTransportSecurity クラス

定義

MsmqTransportSecurity クラスは、キューに登録されたトランスポートのトランスポート セキュリティ設定をカプセル化します。

public ref class MsmqTransportSecurity sealed
public sealed class MsmqTransportSecurity
type MsmqTransportSecurity = class
Public NotInheritable Class MsmqTransportSecurity
継承
MsmqTransportSecurity

コンストラクター

名前 説明
MsmqTransportSecurity()

MsmqTransportSecurity クラスの新しいインスタンスを初期化します。

MsmqTransportSecurity(MsmqTransportSecurity)

既存のインスタンスを使用して、 MsmqTransportSecurity クラスの新しいインスタンスを初期化します。

プロパティ

名前 説明
MsmqAuthenticationMode

MsmqTransportSecurity クラスのこのインスタンスに関連付けられているMsmqAuthenticationModeを取得または設定します。

MsmqEncryptionAlgorithm

MsmqTransportSecurity クラスのこのインスタンスに関連付けられているMsmqEncryptionAlgorithmを取得または設定します。

MsmqProtectionLevel

MsmqTransportSecurity クラスのこのインスタンスに関連付けられているProtectionLevelを取得または設定します。

MsmqSecureHashAlgorithm

MsmqTransportSecurity クラスのこのインスタンスに関連付けられているMsmqSecureHashAlgorithmを取得または設定します。

メソッド

名前 説明
Equals(Object)

指定したオブジェクトが現在のオブジェクトと等しいかどうかを判断します。

(継承元 Object)
GetHashCode()

既定のハッシュ関数として機能します。

(継承元 Object)
GetType()

現在のインスタンスの Type を取得します。

(継承元 Object)
MemberwiseClone()

現在の Objectの簡易コピーを作成します。

(継承元 Object)
ToString()

現在のオブジェクトを表す文字列を返します。

(継承元 Object)

適用対象