Discuss this help topic in SecureBlackbox Forum
Specifies transform algorithm URI.
Declaration
[C#]
string TransformAlgorithmURI;
[VB.NET]
Property TransformAlgorithmURI As String
[Pascal]
property TransformAlgorithmURI : WideString;
[C++]
void get_TransformAlgorithmURI(sb_u16string &OutResult);
void get_TransformAlgorithmURI(std::wstring &OutResult);
void set_TransformAlgorithmURI(const sb_u16string &Value);
void set_TransformAlgorithmURI(const std::wstring &Value);
[PHP]
string get_TransformAlgorithmURI()
void set_TransformAlgorithmURI(string $Value)
[Java]
String getTransformAlgorithmURI();
void setTransformAlgorithmURI(String Value);
Description
Use this property to specify the transform algorithm URI.
Discuss this help topic in SecureBlackbox Forum