Discuss this help topic in SecureBlackbox Forum

TElRSAKeyMaterial.RawPublicKey

TElRSAKeyMaterial     See also     


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


(not yet)

Declaration

[C#]
    bool RawPublicKey;

[VB.NET]
    Property RawPublicKey As Boolean

[Pascal]
    property RawPublicKey : boolean;

[C++]
    bool get_RawPublicKey();
    void set_RawPublicKey(bool Value);

[PHP]
    bool get_RawPublicKey()
    void set_RawPublicKey(bool $Value)

[Java]
    boolean getRawPublicKey();
    void setRawPublicKey(boolean Value);

Description

    When RawPublicKey is true, the saved data contains a sequence of Modulus and Exponent. When RawPublicKey is false, the saved data also contains OID (object identifier) of the algorithm.

See also:     LoadPublic method     SavePublic method    

Discuss this help topic in SecureBlackbox Forum