AuthenticablePrincipal.PermittedLogonTimes Property

Definition

Gets or sets the times when the principal can logon.

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()

Property Value

Byte[]

The permitted logon times for this account.

Exceptions

The underlying store does not support this property.

Applies to