AuthenticationType 枚举
定义
Enum for the type of authentication used. SAS - shared access signature SELF_SIGNED - self signed certificate CERTIFICATE_AUTHORITY - certificate authority signed certificate
public enum AuthenticationType
- 继承
-
java.lang.Objectjava.lang.Enum<AuthenticationType>AuthenticationType
字段
CERTIFICATE_AUTHORITY | |
SAS | |
SELF_SIGNED |