Dart.Sockets Namespace : ServerSecurity Class |
The following tables list the members exposed by ServerSecurity.
Name | Description | |
---|---|---|
![]() | ServerSecurity Constructor | The default constructor for ServerSecurity |
Name | Description | |
---|---|---|
![]() | ValidationCallback | The delegate that executes after the server provides its certificate to the client. (Inherited from Dart.Sockets.Security) |
Name | Description | |
---|---|---|
![]() | Certificate | Gets or sets the server certificate to provide the client. |
![]() | CheckCertificateRevocation | Indicates whether the certificate revocation list is checked during authentication. (Inherited from Dart.Sockets.Security) |
![]() | Protocols | Gets or sets the SSL/TLS Protocols available for authentication. (Inherited from Dart.Sockets.Security) |
![]() | RequireClientCertificate | Indicates whether the server requires a client certificate. |