AuthenticationModuleElement.Type Właściwość

Definicja

Pobiera lub ustawia informacje o typie i zestawie dla bieżącego wystąpienia.

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", Options=System.Configuration.ConfigurationPropertyOptions.IsKey | System.Configuration.ConfigurationPropertyOptions.IsRequired)]
public string Type { get; set; }
[<System.Configuration.ConfigurationProperty("type", IsKey=true, IsRequired=true)>]
member this.Type : string with get, set
[<System.Configuration.ConfigurationProperty("type", Options=System.Configuration.ConfigurationPropertyOptions.IsKey | System.Configuration.ConfigurationPropertyOptions.IsRequired)>]
member this.Type : string with get, set
Public Property Type As String

Wartość właściwości

String

Ciąg, który identyfikuje typ, który implementuje moduł uwierzytelniania lub null Jeśli nie określono żadnej wartości.

Atrybuty

Uwagi

Ta właściwość zawiera w pełni kwalifikowaną nazwę typu, a następnie przecinek (,) i informacje o zestawie. Elementy informacji o zestawie są oddzielone przecinkami, na przykład Corp.Net.Authenticator, Corp, Version=1.0.5000.0, Culture=neutral, PublicKeyToken="00000000000000000" .

Dotyczy

Zobacz też