C# 클래스 Samples.Server.customClientCertificateValiator

상속: System.IdentityModel.Selectors.X509CertificateValidator
파일 보기 프로젝트 열기: dealproc/Drey

공개 메소드들

메소드 설명
Validate ( X509Certificate2 certificate ) : void

When overridden in a derived class, validates the X.509 certificate.

메소드 상세

Validate() 공개 메소드

When overridden in a derived class, validates the X.509 certificate.
Thrown when the provided certificate is invalid or otherwise cannot be found in the certificate thumbprint store.
public Validate ( X509Certificate2 certificate ) : void
certificate System.Security.Cryptography.X509Certificates.X509Certificate2 The that represents the X.509 certificate to validate.
리턴 void