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; }
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
Type:
BooleanSee Also