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"쉼표로 구분됩니다.

적용 대상

추가 정보