C# 클래스 System.Net.CertificateValidationPal

파일 보기 프로젝트 열기: dotnet/corefx

비공개 메소드들

메소드 설명
EnsureStoreOpened ( X509Store &storeField, StoreLocation storeLocation ) : X509Store
EnsureStoreOpened ( bool isMachineStore ) : X509Store
GetRemoteCertificate ( SafeDeleteContext securityContext, X509Certificate2Collection &remoteCertificateCollection ) : X509Certificate2
GetRequestCertificateAuthorities ( SafeDeleteContext securityContext ) : string[]
QueryContextRemoteCertificate ( SafeDeleteContext securityContext, System.Net.SafeFreeCertContext &remoteCertContext ) : int
Verify ( SafeX509ChainHandle chainContext, System.Net.Interop &cpp ) : uint
VerifyCertificateProperties ( X509Chain chain, X509Certificate2 remoteCertificate, bool checkCertName, bool isServer, string hostName ) : SslPolicyErrors