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.

Definition

Namespace: PKI.Web
Assembly: SysadminsLV.PKI.Win (in SysadminsLV.PKI.Win.dll) Version: 4.0.1.0 (4.0.1.0)
C#
public bool UserContext { get; set; }

Property Value

Boolean

See Also