Property | Type | Description | |
---|---|---|---|
UserID | string | ||
UserToken | System.Guid | ||
Username | string |
Method | Description | |
---|---|---|
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 | |
return | System |
public IntegratedSecurityUserCredential ( string username, System.Guid userToken ) : System | ||
username | string | |
userToken | System.Guid | |
return | System |