Principal.ExtensionSet(String, Object) 메서드

정의

확장 클래스의 특성 값을 설정합니다.

protected:
 void ExtensionSet(System::String ^ attribute, System::Object ^ value);
[System.Security.SecurityCritical]
protected void ExtensionSet(string attribute, object value);
[<System.Security.SecurityCritical>]
member this.ExtensionSet : string * obj -> unit
Protected Sub ExtensionSet (attribute As String, value As Object)

매개 변수

attribute
String

특성의 이름입니다.

value
Object

특성의 값을 포함하는 개체입니다.

특성

설명

이 함수의 예는 System.DirectoryServices.AccountManagement 보안 주체 확장을 참조하세요.

적용 대상

추가 정보