Click or drag to resize

VaserKerberosServer Constructor (NetworkCredential, ExtendedProtectionPolicy, 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, authentication options, and extended protection policy.

Namespace:  Vaser.ConnectionSettings
Assembly:  Vaser (in Vaser.dll) Version: 1.1.23.0 (1.1.23.0)
Syntax
C#
public VaserKerberosServer( 	NetworkCredential credential, 	ExtendedProtectionPolicy policy, 	ProtectionLevel requiredProtectionLevel, 	TokenImpersonationLevel requiredImpersonationLevel )

Parameters

credential
Type: System.NetNetworkCredential
The NetworkCredential that is used to establish the identity of the client.
policy
Type: System.Security.Authentication.ExtendedProtectionExtendedProtectionPolicy
The ExtendedProtectionPolicy that is used for extended protection.
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