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