Click or drag to resize

VaserKerberosClient Constructor

Overload List
  NameDescription
Public methodVaserKerberosClient
Called by clients to authenticate the client, and optionally the server, in a client-server connection.
Public methodVaserKerberosClient(NetworkCredential, String)
Called by clients to authenticate the client, and optionally the server, in a client-server connection. The authentication process uses the specified client credential.
Public methodVaserKerberosClient(NetworkCredential, ChannelBinding, String)
Called by clients to authenticate the client, and optionally the server, in a client-server connection. The authentication process uses the specified client credential and the channel binding.
Public methodVaserKerberosClient(NetworkCredential, String, ProtectionLevel, TokenImpersonationLevel)
Called by clients to authenticate the client, and optionally the server, in a client-server connection. The authentication process uses the specified credentials and authentication options.
Public methodVaserKerberosClient(NetworkCredential, ChannelBinding, String, ProtectionLevel, TokenImpersonationLevel)
Called by clients to authenticate the client, and optionally the server, in a client-server connection. The authentication process uses the specified credential, authentication options, and channel binding.
Top
See Also