AuthenticablePrincipal.PermittedLogonTimes 속성

정의

보안 주체가 로그온할 수 있는 시간을 가져오거나 설정합니다.

public:
 property cli::array <System::Byte> ^ PermittedLogonTimes { cli::array <System::Byte> ^ get(); void set(cli::array <System::Byte> ^ value); };
public byte[] PermittedLogonTimes { get; set; }
member this.PermittedLogonTimes : byte[] with get, set
Public Property PermittedLogonTimes As Byte()

속성 값

Byte[]

이 계정에 대해 허용되는 로그온 시간입니다.

예외

기본 저장소가 이 속성을 지원하지 않는 경우

적용 대상