Discuss this help topic in SecureBlackbox Forum

TElX509Certificate.StorageName

TElX509Certificate     See also     


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


Use this property to get Windows storage name from which certificate was taken.

Declaration

[C#]
    string StorageName;

[VB.NET]
    Property StorageName As String

[Pascal]
    property StorageName: string;

[C++]
    void get_StorageName(std::string &OutResult);
    void set_StorageName(const std::string &Value);

[PHP]
    string get_StorageName()
    void set_StorageName(string $Value)

[Java]
    String getStorageName();
    void setStorageName(String Value);

Description

    This property contains Windows storage name from which certificate was taken. This property is valid only if certificate was taken from Windows Storage.

See also:     IssuerName     SubjectName    

Discuss this help topic in SecureBlackbox Forum