Enum AzureCredentialType
Defines Windows Azure Service Bus authentication credential type.
Namespace: Nevatech.Vsb.Repository.Entities
Assembly: Nevatech.Vsb.Repository.dll
Syntax
public enum AzureCredentialType
Fields
| Name | Description |
|---|---|
| None | No authentication is used (default). |
| OAuth | OAuth (open standard for authorization). |
| Saml | Security Assertion Markup Language credential. |
| SharedAccessSignature | Shared Access Signature URI. |
| SharedSecret | Shared secret in the form of issuer name and issuer secret. |
| SimpleWebToken | Simple Web Token credential. |
| Windows | Windows authentication. |