X509PrivateKeyBuilderMachineContext Property |
Gets or sets the value that indicates whether the key is stored in machine or current user context.
Namespace:
SysadminsLV.PKI.Cryptography
Assembly:
SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax public bool MachineContext { get; set; }
Public Property MachineContext As Boolean
Get
Set
public:
virtual property bool MachineContext {
bool get () sealed;
void set (bool value) sealed;
}
abstract MachineContext : bool with get, set
override MachineContext : bool with get, set
Property Value
Type:
BooleanImplements
IKeyStorageInfoMachineContextSee Also