Share via


AuthenticationModuleElement.Type 属性

定义

获取或设置当前实例的类型和程序集信息。

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"

适用于

另请参阅