MsmqTransportSecurity クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
MsmqTransportSecurity クラスは、キューに置かれているトランスポートのセキュリティ設定をカプセル化します。
public ref class MsmqTransportSecurity sealed
public sealed class MsmqTransportSecurity
type MsmqTransportSecurity = class
Public NotInheritable Class MsmqTransportSecurity
- 継承
-
MsmqTransportSecurity
コンストラクター
MsmqTransportSecurity() |
MsmqTransportSecurity クラスの新しいインスタンスを初期化します。 |
MsmqTransportSecurity(MsmqTransportSecurity) |
既存のインスタンスを使用して、MsmqTransportSecurity クラスの新しいインスタンスを初期化します。 |
プロパティ
MsmqAuthenticationMode |
MsmqAuthenticationMode クラスのこのインスタンスに関連付けられた MsmqTransportSecurity を取得または設定します。 |
MsmqEncryptionAlgorithm |
MsmqEncryptionAlgorithm クラスのこのインスタンスに関連付けられた MsmqTransportSecurity を取得または設定します。 |
MsmqProtectionLevel |
ProtectionLevel クラスのこのインスタンスに関連付けられた MsmqTransportSecurity を取得または設定します。 |
MsmqSecureHashAlgorithm |
MsmqSecureHashAlgorithm クラスのこのインスタンスに関連付けられた MsmqTransportSecurity を取得または設定します。 |
メソッド
Equals(Object) |
指定されたオブジェクトが現在のオブジェクトと等しいかどうかを判断します。 (継承元 Object) |
GetHashCode() |
既定のハッシュ関数として機能します。 (継承元 Object) |
GetType() |
現在のインスタンスの Type を取得します。 (継承元 Object) |
MemberwiseClone() |
現在の Object の簡易コピーを作成します。 (継承元 Object) |
ToString() |
現在のオブジェクトを表す文字列を返します。 (継承元 Object) |