Discuss this help topic in SecureBlackbox Forum

TElCRLEntryExtensions.ReasonCode

TElCRLEntryExtensions     See also     


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


Use this property to get or specify the reason of certificate revocation.

Declaration

[C#]
    TElReasonCodeCRLExtension ReasonCode;

[VB.NET]
    Property ReasonCode As TElReasonCodeCRLExtension

[Pascal]
    property ReasonCode : TElReasonCodeCRLExtension;

[C++]
    TElReasonCodeCRLExtension* get_ReasonCode();

[PHP]
    TElReasonCodeCRLExtension get_ReasonCode()

[Java]
    TElReasonCodeCRLExtension getReasonCode();

Description

    This property defines the reason of certificate revocation.

See also:     OtherExtensions    

Discuss this help topic in SecureBlackbox Forum