Discuss this help topic in SecureBlackbox Forum
Use this property to get Windows storage name from which certificate was taken.
Declaration
[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.
Discuss this help topic in SecureBlackbox Forum