SecureRemotingNameValidationResult Enum
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.
Describes whether the name of the host presenting the certificate does not match the certificate subject.
public enum SecureRemotingNameValidationResult
type SecureRemotingNameValidationResult =
Public Enum SecureRemotingNameValidationResult
- Inheritance
-
SecureRemotingNameValidationResult
Fields
| Name | Value | Description |
|---|---|---|
| ResultIndeterminate | 0 | Represents that the name match cannot be reliably determined. |
| ResultMatch | 1 | Represents the name of the host presenting the certificate matches the certificate subject. |
| ResultMismatch | 2 | Represents the name of the host presenting the certificate does not match the certificate subject. |