Click or drag to resize

VaserKerberosServer Constructor (ExtendedProtectionPolicy)

Called by servers to authenticate the client, and optionally the server, in a client-server connection. The authentication process uses the specified extended protection policy.

Namespace:  Vaser.ConnectionSettings
Assembly:  Vaser (in Vaser.dll) Version: 1.1.23.0 (1.1.23.0)
Syntax
C#
public VaserKerberosServer( 	ExtendedProtectionPolicy policy )

Parameters

policy
Type: System.Security.Authentication.ExtendedProtectionExtendedProtectionPolicy
The ExtendedProtectionPolicy that is used for extended protection.
See Also