AuthenticationModuleElement.Type プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
現在のインスタンスの型およびアセンブリ情報を取得または設定します。
public:
property System::String ^ Type { System::String ^ get(); void set(System::String ^ value); };
[System.Configuration.ConfigurationProperty("type", IsKey=true, IsRequired=true)]
public string Type { get; set; }
[<System.Configuration.ConfigurationProperty("type", IsKey=true, IsRequired=true)>]
member this.Type : string with get, set
Public Property Type As String
プロパティ値
認証モジュールを実装する型を指定する文字列。値が指定されていない場合は null
。
- 属性
注釈
このプロパティには、完全修飾型名の後にコンマ (,) とアセンブリ情報が含まれます。 アセンブリ情報の要素は、コンマ (例: Corp.Net.Authenticator, Corp, Version=1.0.5000.0, Culture=neutral, PublicKeyToken="00000000000000000"
) で区切られます。