Discuss this help topic in SecureBlackbox Forum

TElSAMLIdentityProvider.ArtifactStorage

TElSAMLIdentityProvider     See also     


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


This property contains information about created artifacts.

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

    This property should be initialized with an instance of TElMemoryArtifactStorage. The artifacts could be shared between multiple IdP components.

See also:     ArtifactResolutionService    

Discuss this help topic in SecureBlackbox Forum