CipherSuitesPolicy クラス
定義
許可されている暗号スイートを指定します。Specifies allowed cipher suites.
public ref class CipherSuitesPolicy sealed
public sealed class CipherSuitesPolicy
type CipherSuitesPolicy = class
Public NotInheritable Class CipherSuitesPolicy
- 継承
-
CipherSuitesPolicy
コンストラクター
CipherSuitesPolicy(IEnumerable<TlsCipherSuite>) |
クライアントまたはサーバーの認証に使用できる CipherSuitesPolicy クラスの新しいインスタンスを初期化します。Initializes a new instance of the CipherSuitesPolicy class that can be used for client or server authentication. |
プロパティ
AllowedCipherSuites |
このポリシーでネゴシエーションに対して許可されている暗号スイートのコレクションとして CipherSuitesPolicy(IEnumerable<TlsCipherSuite>) コンストラクターに渡された有効な暗号スイートのサブセットを取得します。Gets a subset of valid cipher suites passed into CipherSuitesPolicy(IEnumerable<TlsCipherSuite>) constructor as a collection of cipher suites allowed in this policy for negotiation. |
メソッド
Equals(Object) |
指定されたオブジェクトが現在のオブジェクトと等しいかどうかを判断します。Determines whether the specified object is equal to the current object. (継承元 Object) |
GetHashCode() |
既定のハッシュ関数として機能します。Serves as the default hash function. (継承元 Object) |
GetType() |
現在のインスタンスの Type を取得します。Gets the Type of the current instance. (継承元 Object) |
MemberwiseClone() |
現在の Object の簡易コピーを作成します。Creates a shallow copy of the current Object. (継承元 Object) |
ToString() |
現在のオブジェクトを表す文字列を返します。Returns a string that represents the current object. (継承元 Object) |