Discuss this help topic in SecureBlackbox Forum

TElExtendedKeyUsageExtension.EmailProtection

TElExtendedKeyUsageExtension     See also     


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


This property defines whether certificate is intended for E-mail protection.

Declaration

[C#]
    bool EmailProtection;

[VB.NET]
    Property EmailProtection As Boolean

[Pascal]
    property EmailProtection : boolean;

[C++]
    bool get_EmailProtection();
    void set_EmailProtection(bool Value);

[PHP]
    bool get_EmailProtection()
    void set_EmailProtection(bool $Value)

[Java]
    boolean getEmailProtection();
    void setEmailProtection(boolean Value);

Description

    This property defines whether certificate is intended for E-mail protection (S/MIME).

See also:     ClientAuthentication     CodeSigning     ServerAuthentication     TimeStamping    

Discuss this help topic in SecureBlackbox Forum