ChainValidationParameters.ServerDnsName Property
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.
Gets or sets the server DNS name to use for SSL policy.
public:
property HostName ^ ServerDnsName { HostName ^ get(); void set(HostName ^ value); };
HostName ServerDnsName();
void ServerDnsName(HostName value);
public HostName ServerDnsName { get; set; }
var hostName = chainValidationParameters.serverDnsName;
chainValidationParameters.serverDnsName = hostName;
Public Property ServerDnsName As HostName
Property Value
The server DNS name to use for SSL policy.
Remarks
The ServerDnsName property only applies when the CertificateChainPolicy property is set to Ssl.