Enumerates the response of service to a challenge response with credentials.

Namespace:  Microsoft.Lync.Model
Assembly:  Microsoft.Lync.Model(in Microsoft.Lync.Model.dll)

Syntax

C#
public 
enum 
CredentialRequestResult

Members

Member name Value Description
Unknown 0
The result of the credential response is not known.
Success 1
The credentials were accepted.
Failure 2
The credentials were rejected.
Invalid -1

See Also