你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

AuthenticationMethodFactory 类

定义

基于已知的身份验证参数创建 的 IAuthenticationMethod 实现实例。

public sealed class AuthenticationMethodFactory
type AuthenticationMethodFactory = class
Public NotInheritable Class AuthenticationMethodFactory
继承
AuthenticationMethodFactory

构造函数

AuthenticationMethodFactory()

基于已知的身份验证参数创建 的 IAuthenticationMethod 实现实例。

方法

CreateAuthenticationWithRegistrySymmetricKey(String, String)

DeviceAuthenticationWithRegistrySymmetricKey基于参数创建实例。

CreateAuthenticationWithRegistrySymmetricKey(String, String, String)

ModuleAuthenticationWithRegistrySymmetricKey基于参数创建实例。

CreateAuthenticationWithSharedAccessPolicyKey(String, String, String)

DeviceAuthenticationWithSharedAccessPolicyKey基于参数创建实例。

CreateAuthenticationWithToken(String, String)

DeviceAuthenticationWithToken基于参数创建实例。

CreateAuthenticationWithToken(String, String, String)

ModuleAuthenticationWithToken基于参数创建实例。

适用于