SimpleWebTokenWrapAuthenticationModule.AuthenticationType プロパティ

この認証モジュールで提供される認証の種類を取得します。

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

構文

'宣言
Public ReadOnly Property AuthenticationType As String 
    Get
'使用
Dim instance As SimpleWebTokenWrapAuthenticationModule 
Dim value As String 

value = instance.AuthenticationType
public string AuthenticationType { get; }
public:
virtual property String^ AuthenticationType {
    String^ get () sealed;
}
abstract AuthenticationType : string 
override AuthenticationType : string
final function get AuthenticationType () : String

プロパティ値

型: System.String
この認証モジュールで提供される認証の種類。

実装

IAuthenticationModule.AuthenticationType

関連項目

参照

SimpleWebTokenWrapAuthenticationModule クラス

Microsoft.Workflow.Client.Security 名前空間