Mentalis.org Security Library documentation

Certificate.SupportsDataEncryption Property

Gets a value indicating whether the certificate can be used for encrypting and decrypting messages.

[Visual Basic]
Public ReadOnly Property SupportsDataEncryption As Boolean
[C#]
public bool SupportsDataEncryption {get;}

Property Value

true if the certificate can be used for data encryption; otherwise, false.

See Also

Certificate Class | Certificate Members | Org.Mentalis.Security.Certificates Namespace