Method | Description | |
---|---|---|
CurrentCredential ( string securityPackage, CredentialUse use ) : System |
Initializes a new instance of the CurrentCredential class.
|
Method | Description | |
---|---|---|
Init ( CredentialUse use ) : void |
public CurrentCredential ( string securityPackage, CredentialUse use ) : System | ||
securityPackage | string | The security package to acquire the credential handle /// from. |
use | CredentialUse | The manner in which the credentials will be used - Inbound typically /// represents servers, outbound typically represent clients. |
return | System |