Discuss this help topic in SecureBlackbox Forum

TElSAMLServiceProvider.ArtifactStorage

TElSAMLServiceProvider     See also     


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


Specifies the artifact storage.

Declaration

[C#]
    TElCustomArtifactStorage ArtifactStorage;

[VB.NET]
    Property ArtifactStorage As TElCustomArtifactStorage

[Pascal]
    property ArtifactStorage : TElCustomArtifactStorage;

[C++]
    TElCustomArtifactStorage* get_ArtifactStorage();
    void set_ArtifactStorage(TElCustomArtifactStorage &Value);
    void set_ArtifactStorage(TElCustomArtifactStorage *Value);

[PHP]
    TElCustomArtifactStorage get_ArtifactStorage()
    void set_ArtifactStorage(TElCustomArtifactStorage $Value)

[Java]
    TElCustomArtifactStorage getArtifactStorage();
    void setArtifactStorage(TElCustomArtifactStorage Value);

Description

Use this property to access this provider's artifact storage.

See also:     ArtifactResolutionService    

Discuss this help topic in SecureBlackbox Forum