Discuss this help topic in SecureBlackbox Forum

TElPOP3Client.AuthorizationPriorities

TElPOP3Client     See also     


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


Sets priority of specific authentication mechanism

Declaration

[C#]
    int AuthorizationPriorities[TSBPOP3Authorization Auth];

[VB.NET]
    Property AuthorizationPriorities(ByVal Auth As TSBPOP3Authorization) As Integer

[Pascal]
    property AuthorizationPriorities[Auth : TSBPOP3Authorization] : integer;

[C++]
    int32_t get_AuthorizationPriorities(TSBPOP3Authorization Auth);
    void set_AuthorizationPriorities(TSBPOP3Authorization Auth, int32_t Value);

[PHP]
    integer get_AuthorizationPriorities(integer $Auth)
    void set_AuthorizationPriorities(integer $Auth, integer $Value)

[Java]
    int getAuthorizationPriorities(short Auth);
    void setAuthorizationPriorities(short Auth, int Value);

Parameters

  • Auth - the value for which the priority is set or retrieved. See the list of values below
  • Value - specifies the priority of the method

Values:

Description

    Use this property to set the order of authorization methods when several mechanisms are allowed. The mechanism with higher priority value is considered more preferred.

See also:     Authorization    

Discuss this help topic in SecureBlackbox Forum