Gets a value indicating whether the certificate can be used for encrypting and decrypting messages.
Namespace: LLCryptoLib.Security.CertificatesAssembly: LLCryptoLib (in LLCryptoLib.dll) Version: 2.0.1024.0 (2.0.1024)
Syntax
C# |
---|
public bool SupportsDataEncryption { get; } |
Visual Basic |
---|
Public ReadOnly Property SupportsDataEncryption As Boolean
Get |
Visual C++ |
---|
public:
property bool SupportsDataEncryption {
bool get ();
} |
Field Value
true if the certificate can be used for data encryption; otherwise,
false.
See Also