AuthenticationType enum
Designate the type of authentication used by an AuthenticationProvider
.
Fields
X509 = 0 | X509 Certificate based authentication. |
Token = 1 | Token-based authentication uses shared access signature security tokens, generated and signed with a secret key. |