다음을 통해 공유


UserIdentity 클래스

정의

작업이 실행되는 사용자 ID의 정의입니다.

public class UserIdentity
type UserIdentity = class
Public Class UserIdentity
상속
UserIdentity

설명

userName 또는 autoUser 속성을 지정하지만 둘 다 지정하지는 않습니다.

생성자

UserIdentity()

UserIdentity 클래스의 새 instance 초기화합니다.

UserIdentity(String, AutoUserSpecification)

UserIdentity 클래스의 새 instance 초기화합니다.

속성

AutoUser

작업이 실행되는 자동 사용자를 가져오거나 설정합니다.

UserName

작업이 실행되는 사용자 ID의 이름을 가져오거나 설정합니다.

적용 대상