AcquireCredentialModes Enumeration
This enum holds the different modes used for authentication with the server.
Namespace: Microsoft.Expression.Encoder.Live
Assembly: Microsoft.Expression.Encoder (in microsoft.expression.encoder.dll)
Syntax
'Declaration
<FlagsAttribute> _
Public Enumeration AcquireCredentialModes
'Usage
Dim instance As AcquireCredentialModes
[FlagsAttribute]
public enum AcquireCredentialModes
[FlagsAttribute]
public enum class AcquireCredentialModes
Members
Member name | Description |
---|---|
ClearText | If this flag is set when the AcquireCredentials method is called, it indicates that the credentials will be sent over the network unencrypted. Applications should not set this flag. |
None | No flags are set. |
Proxy | If this flag is set when the AcquireCredentials method is called, it indicates that the credentials are for a proxy server. Applications should not set this flag. |
Platforms
Development Platforms
Windows XP Home Edition, Windows XP Professional, Windows Server 2003 , Windows Server 2008, and Windows 2000