CredentialRequestResult Enumeration
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
'Declaration
Public Enumeration CredentialRequestResult
'Usage
Dim instance As CredentialRequestResult
public enum CredentialRequestResult
Members
Member name | Description | |
---|---|---|
Unknown | The result of the credential response is not known. | |
Success | The credentials were accepted. | |
Failure | The credentials were rejected. | |
Invalid |