C# Класс Dse.Auth.Sspi.Credentials.ServerCredential

Represents the credentials of the user running the current process, for use as an SSPI server.
Наследование: CurrentCredential
Показать файл Открыть проект

Открытые методы

Метод Описание
ServerCredential ( string package )

Initializes a new instance of the ServerCredential class, acquiring credentials from the current thread's security context.

Описание методов

ServerCredential() публичный Метод

Initializes a new instance of the ServerCredential class, acquiring credentials from the current thread's security context.
public ServerCredential ( string package )
package string The name of the security package to obtain credentials from.