C# Class Dse.Auth.Sspi.PackageSupport

Queries information about security packages.
ファイルを表示 Open project: datastax/csharp-driver-dse

Public Methods

Method Description
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.

Method Details

EnumeratePackages() public static method

Returns a list of all known security package providers and their properties.
public static EnumeratePackages ( ) : Dse.Auth.Sspi.SecPkgInfo[]
return Dse.Auth.Sspi.SecPkgInfo[]

GetPackageCapabilities() public static method

Returns the properties of the named package.
public static GetPackageCapabilities ( string packageName ) : SecPkgInfo
packageName string The name of the package.
return SecPkgInfo