Discuss this help topic in SecureBlackbox Forum

TElPublicKeyCrypto.SupportsEncryption

TElPublicKeyCrypto     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


This read-only property specifies if the class supports encryption.

Declaration

[C#]
    bool SupportsEncryption;

[VB.NET]
    Property SupportsEncryption As Boolean

[Pascal]
    property SupportsEncryption : boolean;

[C++]
    bool get_SupportsEncryption();

[PHP]
    bool get_SupportsEncryption()

[Java]
    boolean getSupportsEncryption();

Description

    Use this property to check if the class supports encryption.

See also:     KeyMaterial     SupportsSigning    

Discuss this help topic in SecureBlackbox Forum