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. |