你当前正在访问 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 实现实例。

方法

CreateAuthenticationWithSharedAccessPolicyKey(String, String)

用于创建 ServiceAuthenticationWithSharedAccessPolicyKey 对象的工厂方法

CreateAuthenticationWithSharedAccessPolicyToken(String, String)

用于创建 ServiceAuthenticationWithSharedAccessPolicyToken 对象的工厂方法

适用于