Discuss this help topic in SecureBlackbox Forum

TElXMLReference.RefType

TElXMLReference     See also     


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


This property contains the type of the reference.

Declaration

[C#]
    string RefType;

[VB.NET]
    Property RefType As String

[Pascal]
    property RefType : WideString;

[C++]
    void get_RefType(sb_u16string &OutResult);
    void get_RefType(std::wstring &OutResult);
    void set_RefType(const sb_u16string &Value);
    void set_RefType(const std::wstring &Value);

[PHP]
    string get_RefType()
    void set_RefType(string $Value)

[Java]
    String getRefType();
    void setRefType(String Value);

Description

    Use this property to specify Reference' type attribute as defined in XMLDSIG specification.

See also:     ID    

Discuss this help topic in SecureBlackbox Forum