Discuss this help topic in SecureBlackbox Forum

TElPublicKeyCrypto.SupportsSigning

TElPublicKeyCrypto     See also     


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


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

Declaration

[C#]
    bool SupportsSigning;

[VB.NET]
    Property SupportsSigning As Boolean

[Pascal]
    property SupportsSigning : boolean;

[C++]
    bool get_SupportsSigning();

[PHP]
    bool get_SupportsSigning()

[Java]
    boolean getSupportsSigning();

Description

    Use this property to check if the class supports signing.

See also:     KeyMaterial     SupportsEncryption    

Discuss this help topic in SecureBlackbox Forum