Click or drag to resize

WebSSLUserContext Property

Gets or sets the behavior for certificate chain building. If the property is set to True, user root certificates are allowed to establish a trust to a certificate. Otherwise, local system (machine) store is used.

Namespace:  PKI.Web
Assembly:  SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax
public bool UserContext { get; set; }

Property Value

Type: Boolean
See Also