AsymmetricKeyPairPublicOnly Property

Gets the value that indicates whether the current object stores only public part of key material. If False, then object contains both, public and private components.

Definition

Namespace: SysadminsLV.PKI.Cryptography
Assembly: SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 4.0.1
C#
public bool PublicOnly { get; }

Property Value

Boolean

See Also