Discuss this help topic in SecureBlackbox Forum

TElOneDriveDataStorage.CloseSession

TElOneDriveDataStorage     See also     


Filter: C#  VB.NET  Pascal  C++  


Closes the connection to the remote storage.

Declaration

[C#]
    void CloseSession();

[VB.NET]
    Sub CloseSession()

[Pascal]
    procedure CloseSession();

[C++]
    void CloseSession();

Description

    Call this method to close the secure session and clear all authentication information from memory.

See also:     StartAuthorization    

Discuss this help topic in SecureBlackbox Forum