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.WebAssembly: SysadminsLV.PKI.Win (in SysadminsLV.PKI.Win.dll) Version: 4.0.1.0 (4.0.1.0)
public bool UserContext { get; set; }
Public Property UserContext As Boolean
Get
Set
public:
property bool UserContext {
bool get ();
void set (bool value);
}
member UserContext : bool with get, set
Property Value
Boolean