Share via


SecureRemotingNameValidationResult Enum

Definition

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.

Applies to