AuthenticationMethodFactory Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
CreateAuthenticationWithRegistrySymmetricKey(String, String) |
Creates a DeviceAuthenticationWithRegistrySymmetricKey instance based on the parameters. |
CreateAuthenticationWithRegistrySymmetricKey(String, String, String) |
Creates a ModuleAuthenticationWithRegistrySymmetricKey instance based on the parameters. |
CreateAuthenticationWithSharedAccessPolicyKey(String, String, String) |
Creates a DeviceAuthenticationWithSharedAccessPolicyKey instance based on the parameters. |
CreateAuthenticationWithToken(String, String) |
Creates a DeviceAuthenticationWithToken instance based on the parameters. |
CreateAuthenticationWithToken(String, String, String) |
Creates a ModuleAuthenticationWithToken instance based on the parameters. |