Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

CipherSuitesPolicy Class

Definition

Namespace:
System.Net.Security
Assembly:
System.Net.Security.dll
Source:
CipherSuitesPolicy.cs
Source:
CipherSuitesPolicy.cs
Source:
CipherSuitesPolicy.cs
Source:
CipherSuitesPolicy.cs
Source:
CipherSuitesPolicy.cs

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
[System.Runtime.Versioning.UnsupportedOSPlatform("android")]
[System.Runtime.Versioning.UnsupportedOSPlatform("windows")]
public sealed class CipherSuitesPolicy
public sealed class CipherSuitesPolicy
[<System.Runtime.Versioning.UnsupportedOSPlatform("android")>]
[<System.Runtime.Versioning.UnsupportedOSPlatform("windows")>]
type CipherSuitesPolicy = class
type CipherSuitesPolicy = class
Public NotInheritable Class CipherSuitesPolicy
Inheritance
CipherSuitesPolicy
Attributes

Constructors

Name Description
CipherSuitesPolicy(IEnumerable<TlsCipherSuite>)

Initializes a new instance of the CipherSuitesPolicy class that can be used for client or server authentication.

Properties

Name Description
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

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

Applies to


Feedback

Was this page helpful?