Discuss this help topic in SecureBlackbox Forum

TElSAMLIDPCustomAuthSource.Remove

TElSAMLIDPCustomAuthSource     See also     


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


Removes user credentials from the internal storage.

Declaration

[C#]
    void Remove(string ID);

[VB.NET]
    Sub Remove(ByVal ID As String)

[Pascal]
    procedure Remove(const ID : string); virtual;

[C++]
    void Remove(const std::string &ID);

[PHP]
    void Remove(string $ID)

[Java]
    void remove(String ID);

Parameters

  • ID - the ID of the user which credentials should be removed.

Description

    Use this method to remove user credentials for the specified user ID.

See also:     Add    

Discuss this help topic in SecureBlackbox Forum