Search Results for

    Show / Hide Table of Contents

    Enum AzureCredentialType

    Defines Windows Azure Service Bus authentication credential type.

    Namespace: Nevatech.Vsb.Repository.Entities
    Assembly: Nevatech.Vsb.Repository.dll
    Syntax
    [DataContract(Namespace = "http://schemas.nevatech.com/sentinet/2011/02")]
    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.

    In This Article
    Back to top Nevatech Sentinet 6.7 Online Documentation