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.3.0+c7aa42c7e4fd98d87c1722b230e8e27c1bbf41f0
C#
public bool PublicOnly { get; }

Property Value

Boolean

See Also