Discuss this help topic in SecureBlackbox Forum

TElX509Certificate.CanSign

TElX509Certificate     See also     


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


This read-only property specifies if the certificate can be used for signing.

Declaration

[C#]
    bool CanSign;

[VB.NET]
    Property CanSign As Boolean

[Pascal]
    property CanSign : boolean;

[C++]
    bool get_CanSign();

[PHP]
    bool get_CanSign()

[Java]
    boolean getCanSign();

Description

     Use this property to specify if the certificate can be used for signing.

See also:     CanEncrypt    

Discuss this help topic in SecureBlackbox Forum