EnvelopedData.HasPrivateKey Property
Namespace: Rebex.Security.Cryptography.Pkcs
Assembly: Rebex.Common.dll (version 7.0.9083)
HasPrivateKey
Returns a value indicating whether the private key to decrypt the symmetric key and encrypted content is available.
Declaration
public bool HasPrivateKey { get; }
Property Value
Type | Description |
---|---|
Boolean | True if the private key is available, false if it isn't. |