프로퍼티 | 타입 | 설명 | |
---|---|---|---|
UserID | string | ||
UserToken | System.Guid | ||
Username | string |
메소드 | 설명 | |
---|---|---|
IntegratedSecurityUserCredential ( Stream stream ) : System |
Loads user credentials from the supplied stream.
|
|
IntegratedSecurityUserCredential ( string username, System.Guid userToken ) : System |
Creates user credentials
|
|
Load ( Stream stream ) : void |
Loads from the supplied stream.
|
|
Save ( Stream stream ) : void |
Saves to the supplied stream.
|
public IntegratedSecurityUserCredential ( Stream stream ) : System | ||
stream | Stream | |
리턴 | System |
public IntegratedSecurityUserCredential ( string username, System.Guid userToken ) : System | ||
username | string | |
userToken | System.Guid | |
리턴 | System |