AsymmetricKeyAlgorithm.PublicOnly Property
Namespace: Rebex.Security.Cryptography
Assembly: Rebex.Common.dll (version 8.0.9673)
PublicOnly
Gets a value indicating whether this instance only contains the public key.
Declaration
public bool PublicOnly { get; }
Property Value
| Type | Description |
|---|---|
| Boolean |
Remarks
Some instances of AsymmetricKeyAlgorithm, for example those created from .NET's ECDsa class, do not support this property.
In that case, PublicOnly always returns false.