CipherSuitesPolicy Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies allowed cipher suites.
public ref class CipherSuitesPolicy sealed
public sealed class CipherSuitesPolicy
[System.Runtime.Versioning.UnsupportedOSPlatform("android")]
[System.Runtime.Versioning.UnsupportedOSPlatform("windows")]
public sealed class CipherSuitesPolicy
type CipherSuitesPolicy = class
[<System.Runtime.Versioning.UnsupportedOSPlatform("android")>]
[<System.Runtime.Versioning.UnsupportedOSPlatform("windows")>]
type CipherSuitesPolicy = class
Public NotInheritable Class CipherSuitesPolicy
- Inheritance
-
CipherSuitesPolicy
- Attributes
Constructors
CipherSuitesPolicy(IEnumerable<TlsCipherSuite>) |
Initializes a new instance of the CipherSuitesPolicy class that can be used for client or server authentication. |
Properties
AllowedCipherSuites |
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. |
Methods
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetHashCode() |
Serves as the default hash function. (Inherited from Object) |
GetType() |
Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |