SipAuthenticationProtocols Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates possible authentication protocols. Applications can define additional values and cast them to AuthenticationProtocol.
This enumeration supports a bitwise combination of its member values.
public enum class SipAuthenticationProtocols
[System.Flags]
public enum SipAuthenticationProtocols
type SipAuthenticationProtocols =
Public Enum SipAuthenticationProtocols
- Inheritance
-
SipAuthenticationProtocols
- Attributes
Fields
Name | Value | Description |
---|---|---|
None | 0 | Denotes no AuthenticationProtocols. |
Ntlm | 1 | Ntlm authentication type. |
Kerberos | 2 | Kerberos authentication type. |