Returns a value indicating whether the private key to decrypt the symmetric key and encrypted content is available.

Namespace:  Rebex.Security.Cryptography.Pkcs
Assembly:  Rebex.Common (in Rebex.Common.dll)

Syntax

Visual Basic
Public ReadOnly Property HasPrivateKey As Boolean
	Get
C#
public bool HasPrivateKey { get; }

Field Value

True if the private key is available, false if it isn't.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also