Method |
Description |
|
AskUserForAwsSamlRole ( string awsSamlRoles ) : string |
|
|
AskUserForCredentials ( bool useCurrentCredentials ) : ICredentials |
|
|
CloseHandle ( IntPtr handle ) : bool |
|
|
DuplicateToken ( IntPtr ExistingTokenHandle, int SECURITY_IMPERSONATION_LEVEL, IntPtr &DuplicateTokenHandle ) : bool |
|
|
GetPasswordViaConsole ( ) : string |
|
|
ImpersonateUser ( string userName, string password, string domainName ) : void |
|
|
LogonUser ( String lpszUsername, String lpszDomain, String lpszPassword, int dwLogonType, int dwLogonProvider, IntPtr &phToken ) : bool |
|
|
SetPowershellSamlProfile ( ImmutableCredentials awsSessionCredentials ) : void |
|
|
UnImpersonateUser ( ) : void |
|
|