Discuss this help topic in SecureBlackbox Forum

TElSAMLArtifact.Initialize

TElSAMLArtifact     See also     


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


Initializes this artifact object with the given URI.

Declaration

[C#]
    void Initialize(string URI);

[VB.NET]
    Sub Initialize(ByVal URI As String)

[Pascal]
    procedure Initialize(const URI : string);

[C++]
    void Initialize(const std::string &URI);

[PHP]
    void Initialize(string $URI)

[Java]
    void initialize(String URI);

Parameters

  • URI -

Description

Call this method to initialize this object provided the artifact identification URI.

See also:     LoadFromBuffer    

Discuss this help topic in SecureBlackbox Forum