Click or drag to resize

X509PrivateKeyBuilderKeySpec Property

Gets or sets a value that identifies whether a private key can be used for signing, or encryption, or both.

Namespace:  SysadminsLV.PKI.Cryptography
Assembly:  SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax
public X509KeySpecFlags KeySpec { get; set; }

Property Value

Type: X509KeySpecFlags

Implements

IKeyStorageInfoKeySpec
See Also