Discuss this help topic in SecureBlackbox Forum

TElCertificateLookup.AuthorityKeyIdentifier

TElCertificateLookup     See also     


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


Contains issuer key identifier.

Declaration

[C#]
    byte[] AuthorityKeyIdentifier;

[VB.NET]
    Property AuthorityKeyIdentifier As Byte()

[Pascal]
    property AuthorityKeyIdentifier : string;

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

[PHP]
    string get_AuthorityKeyIdentifier()
    void set_AuthorityKeyIdentifier(array of byte|string|NULL $Value)

[Java]
    byte[] getAuthorityKeyIdentifier();
    void setAuthorityKeyIdentifier(byte[] V);

Parameters

  • V -

Description

    Use this property to determine issuer key identifier for the certificate.

See also:     SubjectKeyIdentifier    

Discuss this help topic in SecureBlackbox Forum