AuthenticationSchemes 列舉
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
此列舉支援其成員值的位元組合。
public enum class AuthenticationSchemes
[System.Flags]
public enum AuthenticationSchemes
[<System.Flags>]
type AuthenticationSchemes =
Public Enum AuthenticationSchemes
- 繼承
-
AuthenticationSchemes
- 屬性
欄位
None | 0 | |
Basic | 1 | |
NTLM | 4 | |
Negotiate | 8 | |
Kerberos | 16 | |
AllowAnonymous | 4096 |