Name | Description | |
---|---|---|
![]() | CertificateValidator Constructor | The default constructor. |
The following tables list the members exposed by CertificateValidator.
Name | Description | |
---|---|---|
![]() | CertificateValidator Constructor | The default constructor. |
Name | Description | |
---|---|---|
![]() | AutoAcceptUntrustedCertificates | If untrusted certificates should be accepted. |
![]() | MaxRejectedCertificates | Limits the number of certificates which are kept in the history before more rejected certificates are added. A negative value means no history is kept. A value of 0 means all history is kept. |
![]() | MinimumCertificateKeySize | The minimum size of a certificate key to be trusted. |
![]() | RejectSHA1SignedCertificates | If certificates using a SHA1 signature should be trusted. |
![]() | RejectUnknownRevocationStatus | if certificates with unknown revocation status should be rejected. |
![]() | UseValidatedCertificates | Opt-In to use the already validated certificates for validation. |
Name | Description | |
---|---|---|
![]() | GetChannelValidator | Returns an object that can be used with a UA channel. |
![]() | GetIssuers | Overloaded. Returns the issuers for the certificates. |
![]() | GetIssuersNoExceptionsOnGetIssuer | Returns the issuers for the certificates. |
![]() | ResetValidatedCertificates | Reset the list of validated certificates. |
![]() | Update | Overloaded. Updates the validator with the current state of the configuration. |
![]() | UpdateCertificate | Updates the validator with a new application certificate. |
![]() | Validate | Overloaded. Validates the specified certificate against the trust list. |
![]() | ValidateAsync | Overloaded. Validates a certificate with domain validation check. ValidateAsync(X509Certificate2Collection,CancellationToken) |
![]() | ValidateDomains | Validate domains in a server certificate against endpoint used for connection. A url mismatch can be accepted by the certificate validation event, otherwise an exception is thrown. |
Name | Description | |
---|---|---|
![]() | InternalValidateAsync | Throws an exception if validation fails. |
Name | Description | |
---|---|---|
![]() | CertificateUpdate | Raised when an application certificate update occurs. |
![]() | CertificateValidation | Raised when a certificate validation error occurs. |