ICertificateVerificationBuilder Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines a certificate verification builder.
public interface class ICertificateVerificationBuilder
public interface ICertificateVerificationBuilder
type ICertificateVerificationBuilder = interface
Public Interface ICertificateVerificationBuilder
Remarks
You can use this interface to verify a certificate's digital signature.
Methods
VerifyCertificate(IServiceProvider, X509Certificate2, X509Chain, SslPolicyErrors) |
Verifies the specified X.509 certificate. |