Click or drag to resize

VaserKerberosServer Constructor

Overload List
  NameDescription
Public methodVaserKerberosServer
Called by servers to authenticate the client, and optionally the server, in a client-server connection.
Public methodVaserKerberosServer(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.
Public methodVaserKerberosServer(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.
Public methodVaserKerberosServer(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.
Top
See Also