SimpleWebTokenWrapAuthenticationModule.CreateSelfSigningClientModule メソッド

自己署名認証モジュールを作成します。

名前空間:  Microsoft.Workflow.Client.Security
アセンブリ:  Microsoft.Workflow.Client (Microsoft.Workflow.Client.dll)

構文

'宣言
Public Shared Function CreateSelfSigningClientModule ( _
    accessControlSymmetricKey As String, _
    ParamArray roles As String() _
) As IAuthenticationModule
'使用
Dim accessControlSymmetricKey As String 
Dim roles As String()
Dim returnValue As IAuthenticationModule 

returnValue = SimpleWebTokenWrapAuthenticationModule.CreateSelfSigningClientModule(accessControlSymmetricKey, _
    roles)
public static IAuthenticationModule CreateSelfSigningClientModule(
    string accessControlSymmetricKey,
    params string[] roles
)
public:
static IAuthenticationModule^ CreateSelfSigningClientModule(
    String^ accessControlSymmetricKey, 
    ... array<String^>^ roles
)
static member CreateSelfSigningClientModule : 
        accessControlSymmetricKey:string * 
        roles:string[] -> IAuthenticationModule
public static function CreateSelfSigningClientModule(
    accessControlSymmetricKey : String, 
    ... roles : String[]
) : IAuthenticationModule

パラメーター

  • accessControlSymmetricKey
    型: System.String
    アクセス制御の対称キー。

戻り値

型: System.Net.IAuthenticationModule
自己署名認証モジュール。

関連項目

参照

SimpleWebTokenWrapAuthenticationModule クラス

Microsoft.Workflow.Client.Security 名前空間