VaserKerberosServer Constructor (NetworkCredential, ProtectionLevel, TokenImpersonationLevel) |
Called by servers to authenticate the client, and optionally the server, in a client-server connection. The authentication process uses the specified server credentials and authentication options.
Namespace: Vaser.ConnectionSettings Assembly: Vaser (in Vaser.dll) Version: 1.1.23.0 (1.1.23.0)
Syntax public VaserKerberosServer( NetworkCredential credential, ProtectionLevel requiredProtectionLevel, TokenImpersonationLevel requiredImpersonationLevel )
Parameters
- credential
- Type: System.NetNetworkCredential
The NetworkCredential that is used to establish the identity of the server. - requiredProtectionLevel
- Type: System.Net.SecurityProtectionLevel
One of the ProtectionLevel values, indicating the security services for the stream. - requiredImpersonationLevel
- Type: System.Security.PrincipalTokenImpersonationLevel
One of the TokenImpersonationLevel values, indicating how the server can use the client's credentials to access resources.
See Also