C# Класс Dse.Auth.Sspi.PackageSupport

Queries information about security packages.
Показать файл Открыть проект

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

Метод Описание
EnumeratePackages ( ) : Dse.Auth.Sspi.SecPkgInfo[]

Returns a list of all known security package providers and their properties.

GetPackageCapabilities ( string packageName ) : SecPkgInfo

Returns the properties of the named package.

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

EnumeratePackages() публичный статический Метод

Returns a list of all known security package providers and their properties.
public static EnumeratePackages ( ) : Dse.Auth.Sspi.SecPkgInfo[]
Результат Dse.Auth.Sspi.SecPkgInfo[]

GetPackageCapabilities() публичный статический Метод

Returns the properties of the named package.
public static GetPackageCapabilities ( string packageName ) : SecPkgInfo
packageName string The name of the package.
Результат SecPkgInfo