C# 클래스 Dse.Auth.Sspi.PackageSupport

Queries information about security packages.
파일 보기 프로젝트 열기: datastax/csharp-driver-dse

공개 메소드들

메소드 설명
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