AsymmetricKeyAlgorithm.PublicOnly Property
Namespace: Rebex.Security.Cryptography
Assembly: Rebex.Common.dll (version 7.0.9448)
PublicOnly
Gets a value indicating whether this instance only contains the public key.
Declaration
public bool PublicOnly { get; }
Property Value
| Type | Description |
|---|---|
| Boolean |
Remarks
Always returns
true for instances of AsymmetricKeyAlgorithm created from ECDsa due
to lack of ECDsa.PublicOnly property.