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) |