Click or drag to resize

TlsServerValidPolicyErrors Property

Gets or sets the set of valid policy errors when validating remote certificates.

Namespace: GSF.Communication
Assembly: GSF.Communication (in GSF.Communication.dll) Version: 2.4.181-beta
Syntax
[DefaultValueAttribute(SslPolicyErrors.None)]
public SslPolicyErrors ValidPolicyErrors { get; set; }
View Source

Property Value

SslPolicyErrors
See Also