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.
Namespace: SysadminsLV.PKI.CryptographyAssembly: SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 4.3.0+c7aa42c7e4fd98d87c1722b230e8e27c1bbf41f0
public bool PublicOnly { get; }
Public ReadOnly Property PublicOnly As Boolean
Get
public:
property bool PublicOnly {
bool get ();
}
member PublicOnly : bool with get
Property Value
Boolean