Click or drag to resize

IVIZZARDServiceSetAuthority Method

모델 보안 설정

Namespace:  SHConnector
Assembly:  SHConnector (in SHConnector.dll) Version: 4.0.0.24207 (4.0.0.24207)
Syntax
C#
bool SetAuthority(
	bool UsePassword,
	string Password,
	bool UseExpireDate,
	DateTime ExpireDate
)

Parameters

UsePassword
Type: SystemBoolean
암호 적용 여부
Password
Type: SystemString
암호
UseExpireDate
Type: SystemBoolean
만료일 적용 여부
ExpireDate
Type: SystemDateTime
만료일

Return Value

Type: Boolean
성공 여부
See Also