X509PrivateKeyBuilderKeyProtection Property |
Gets or sets private key protection options when the key is accessded.
Namespace:
SysadminsLV.PKI.Cryptography
Assembly:
SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax public X509PrivateKeyProtection KeyProtection { get; set; }
Public Property KeyProtection As X509PrivateKeyProtection
Get
Set
public:
property X509PrivateKeyProtection KeyProtection {
X509PrivateKeyProtection get ();
void set (X509PrivateKeyProtection value);
}
member KeyProtection : X509PrivateKeyProtection with get, set
Property Value
Type:
X509PrivateKeyProtectionSee Also