AuthenticationMethodFactory Class

Definition

Creates an instance of an implementation of IAuthenticationMethod based on known authentication parameters.

public sealed class AuthenticationMethodFactory
type AuthenticationMethodFactory = class
Public NotInheritable Class AuthenticationMethodFactory
Inheritance
AuthenticationMethodFactory

Constructors

AuthenticationMethodFactory()

Methods

CreateAuthenticationWithSharedAccessPolicyKey(String, String)

Factory method to create a ServiceAuthenticationWithSharedAccessPolicyKey object

CreateAuthenticationWithSharedAccessPolicyToken(String, String)

Factory method to create a ServiceAuthenticationWithSharedAccessPolicyToken object

Applies to