Note

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

Access to this page requires authorization. You can try .

SslServerAuthenticationOptions.EncryptionPolicy Property

Definition

Namespace:
System.Net.Security
Assemblies:
netstandard.dll, System.Net.Security.dll
Assembly:
System.Net.Security.dll
Assembly:
netstandard.dll
Source:
SslServerAuthenticationOptions.cs
Source:
SslServerAuthenticationOptions.cs
Source:
SslServerAuthenticationOptions.cs
Source:
SslServerAuthenticationOptions.cs
Source:
SslServerAuthenticationOptions.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.

Gets or sets the EncryptionPolicy.

public:
 property System::Net::Security::EncryptionPolicy EncryptionPolicy { System::Net::Security::EncryptionPolicy get(); void set(System::Net::Security::EncryptionPolicy value); };
public System.Net.Security.EncryptionPolicy EncryptionPolicy { get; set; }
member this.EncryptionPolicy : System.Net.Security.EncryptionPolicy with get, set
Public Property EncryptionPolicy As EncryptionPolicy

Property Value

The default value is RequireEncryption

Exceptions

The value contains an invalid enumeration value.

Applies to


Feedback

Was this page helpful?