| SecurityManagerAdd Method (Boolean, String, Boolean, DateTime) |
현재 모델에 열람 암호 및 만료일을 지정
Namespace:
VIZCore3D.NET.Manager
Assembly:
VIZCore3D.NET (in VIZCore3D.NET.dll) Version: 2.8.24.1104 (2.8.24.1104)
Syntax public void Add(
bool usePassword,
string password,
bool useexpire,
DateTime expire
)
Parameters
- usePassword
- Type: SystemBoolean
암호 여부 - password
- Type: SystemString
암호 - useexpire
- Type: SystemBoolean
암호 만료일 여부 - expire
- Type: SystemDateTime
암호 만료일
Exceptions Exception | Condition |
---|
NullReferenceException | |
Exception | |
See Also