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.0.1
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