Discuss this help topic in SecureBlackbox Forum

TElAlgorithmIdentifier.AlgorithmOID

TElAlgorithmIdentifier     See also     


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


Specifies algorithm OID.

Declaration

[C#]
    byte[] AlgorithmOID;

[VB.NET]
    Property AlgorithmOID As Byte()

[Pascal]
    property AlgorithmOID : ByteArray;

[C++]
    void get_AlgorithmOID(std::vector<uint8_t> &OutResult);
    void set_AlgorithmOID(const std::vector<uint8_t> &Value);

[PHP]
    string get_AlgorithmOID()
    void set_AlgorithmOID(array of byte|string|NULL $Value)

[Java]
    byte[] getAlgorithmOID();
    void setAlgorithmOID(byte[] Value);

Possible RSA algorithms OIDs

Possible DSA algorithms OIDs

Possible Diffie-Hellman algorithms OIDs

Description

    Use this property to specify the OID (unique object identifier) of the algorithm.

See also:     Algorithm     CreateByAlgorithmOID    

Discuss this help topic in SecureBlackbox Forum