C# Class Dse.Auth.Sspi.PackageSupport

Queries information about security packages.
Afficher le fichier Open project: datastax/csharp-driver-dse

Méthodes publiques

Méthode 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 méthode

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

GetPackageCapabilities() public static méthode

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