다음을 통해 공유


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"합니다.

적용 대상

추가 정보