Метод | Описание | |
---|---|---|
AmazonSecurityTokenServiceClient ( ) : System |
Constructs AmazonSecurityTokenServiceClient with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set.
|
|
AmazonSecurityTokenServiceClient ( |
Constructs AmazonSecurityTokenServiceClient with AWS Credentials
|
|
AmazonSecurityTokenServiceClient ( |
Constructs AmazonSecurityTokenServiceClient with AWS Credentials and an AmazonSecurityTokenServiceClient Configuration object.
|
|
AmazonSecurityTokenServiceClient ( |
Constructs AmazonSecurityTokenServiceClient with AWS Credentials
|
|
AmazonSecurityTokenServiceClient ( |
Constructs AmazonSecurityTokenServiceClient with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set.
|
|
AmazonSecurityTokenServiceClient ( RegionEndpoint region ) : System |
Constructs AmazonSecurityTokenServiceClient with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set.
|
|
AmazonSecurityTokenServiceClient ( string awsAccessKeyId, string awsSecretAccessKey ) : System |
Constructs AmazonSecurityTokenServiceClient with AWS Access Key ID and AWS Secret Key
|
|
AmazonSecurityTokenServiceClient ( string awsAccessKeyId, string awsSecretAccessKey, |
Constructs AmazonSecurityTokenServiceClient with AWS Access Key ID, AWS Secret Key and an AmazonSecurityTokenServiceClient Configuration object.
|
|
AmazonSecurityTokenServiceClient ( string awsAccessKeyId, string awsSecretAccessKey, RegionEndpoint region ) : System |
Constructs AmazonSecurityTokenServiceClient with AWS Access Key ID and AWS Secret Key
|
|
AmazonSecurityTokenServiceClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken ) : System |
Constructs AmazonSecurityTokenServiceClient with AWS Access Key ID and AWS Secret Key
|
|
AmazonSecurityTokenServiceClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken, |
Constructs AmazonSecurityTokenServiceClient with AWS Access Key ID, AWS Secret Key and an AmazonSecurityTokenServiceClient Configuration object.
|
|
AmazonSecurityTokenServiceClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken, RegionEndpoint region ) : System |
Constructs AmazonSecurityTokenServiceClient with AWS Access Key ID and AWS Secret Key
|
|
AssumeRoleAsync ( |
Initiates the asynchronous execution of the AssumeRole operation.
|
|
AssumeRoleAsync ( |
Initiates the asynchronous execution of the AssumeRole operation.
|
|
AssumeRoleWithSAMLAsync ( |
Initiates the asynchronous execution of the AssumeRoleWithSAML operation.
|
|
AssumeRoleWithSAMLAsync ( |
Initiates the asynchronous execution of the AssumeRoleWithSAML operation.
|
|
AssumeRoleWithWebIdentityAsync ( |
Initiates the asynchronous execution of the AssumeRoleWithWebIdentity operation.
|
|
AssumeRoleWithWebIdentityAsync ( |
Initiates the asynchronous execution of the AssumeRoleWithWebIdentity operation.
|
|
BeginAssumeRole ( |
Initiates the asynchronous execution of the AssumeRole operation.
|
|
BeginAssumeRoleWithSAML ( |
Initiates the asynchronous execution of the AssumeRoleWithSAML operation.
|
|
BeginAssumeRoleWithWebIdentity ( |
Initiates the asynchronous execution of the AssumeRoleWithWebIdentity operation.
|
|
BeginDecodeAuthorizationMessage ( |
Initiates the asynchronous execution of the DecodeAuthorizationMessage operation.
|
|
BeginGetCallerIdentity ( GetCallerIdentityRequest request, AsyncCallback callback, object state ) : IAsyncResult |
Initiates the asynchronous execution of the GetCallerIdentity operation.
|
|
BeginGetFederationToken ( |
Initiates the asynchronous execution of the GetFederationToken operation.
|
|
BeginGetSessionToken ( |
Initiates the asynchronous execution of the GetSessionToken operation.
|
|
DecodeAuthorizationMessageAsync ( |
Initiates the asynchronous execution of the DecodeAuthorizationMessage operation.
|
|
DecodeAuthorizationMessageAsync ( |
Initiates the asynchronous execution of the DecodeAuthorizationMessage operation.
|
|
EndAssumeRole ( IAsyncResult asyncResult ) : |
Finishes the asynchronous execution of the AssumeRole operation.
|
|
EndAssumeRoleWithSAML ( IAsyncResult asyncResult ) : |
Finishes the asynchronous execution of the AssumeRoleWithSAML operation.
|
|
EndAssumeRoleWithWebIdentity ( IAsyncResult asyncResult ) : |
Finishes the asynchronous execution of the AssumeRoleWithWebIdentity operation.
|
|
EndDecodeAuthorizationMessage ( IAsyncResult asyncResult ) : |
Finishes the asynchronous execution of the DecodeAuthorizationMessage operation.
|
|
EndGetCallerIdentity ( IAsyncResult asyncResult ) : |
Finishes the asynchronous execution of the GetCallerIdentity operation.
|
|
EndGetFederationToken ( IAsyncResult asyncResult ) : |
Finishes the asynchronous execution of the GetFederationToken operation.
|
|
EndGetSessionToken ( IAsyncResult asyncResult ) : |
Finishes the asynchronous execution of the GetSessionToken operation.
|
|
GetCallerIdentityAsync ( GetCallerIdentityRequest request, System cancellationToken = default(CancellationToken) ) : Task |
Initiates the asynchronous execution of the GetCallerIdentity operation.
|
|
GetCallerIdentityAsync ( GetCallerIdentityRequest request, GetCallerIdentityResponse>.AmazonServiceCallback |
Initiates the asynchronous execution of the GetCallerIdentity operation.
|
|
GetFederationTokenAsync ( |
Initiates the asynchronous execution of the GetFederationToken operation.
|
|
GetFederationTokenAsync ( |
Initiates the asynchronous execution of the GetFederationToken operation.
|
|
GetSessionTokenAsync ( |
Initiates the asynchronous execution of the GetSessionToken operation.
|
|
GetSessionTokenAsync ( System cancellationToken = default(CancellationToken) ) : Task |
Returns a set of temporary credentials for an AWS account or IAM user. The credentials consist of an access key ID, a secret access key, and a security token. Typically, you use The The temporary security credentials created by
We recommend that you do not call The permissions associated with the temporary security credentials returned by For more information about using
|
|
GetSessionTokenAsync ( GetSessionTokenResponse>.AmazonServiceCallback |
||
GetSessionTokenAsync ( |
Initiates the asynchronous execution of the GetSessionToken operation.
|
Метод | Описание | |
---|---|---|
CreateSigner ( ) : |
Creates the signer for the service.
|
|
Dispose ( bool disposing ) : void |
Disposes the service client.
|
Метод | Описание | |
---|---|---|
AssumeRole ( |
||
AssumeRoleWithSAML ( |
||
AssumeRoleWithWebIdentity ( |
||
DecodeAuthorizationMessage ( |
||
GetCallerIdentity ( GetCallerIdentityRequest request ) : |
||
GetFederationToken ( |
||
GetSessionToken ( ) : |
||
GetSessionToken ( |
||
ICoreAmazonSTS ( string endpoint, string authenticationType, string roleARN, System.TimeSpan credentialDuration, ICredentials userCredential ) : SAMLImmutableCredentials |
public AmazonSecurityTokenServiceClient ( ) : System | ||
Результат | System |
public AmazonSecurityTokenServiceClient ( |
||
credentials | AWS Credentials | |
Результат | System |
public AmazonSecurityTokenServiceClient ( |
||
credentials | AWS Credentials | |
clientConfig | The AmazonSecurityTokenServiceClient Configuration Object | |
Результат | System |
public AmazonSecurityTokenServiceClient ( |
||
credentials | AWS Credentials | |
region | RegionEndpoint | The region to connect. |
Результат | System |
public AmazonSecurityTokenServiceClient ( |
||
config | The AmazonSecurityTokenServiceClient Configuration Object | |
Результат | System |
public AmazonSecurityTokenServiceClient ( RegionEndpoint region ) : System | ||
region | RegionEndpoint | The region to connect. |
Результат | System |
public AmazonSecurityTokenServiceClient ( string awsAccessKeyId, string awsSecretAccessKey ) : System | ||
awsAccessKeyId | string | AWS Access Key ID |
awsSecretAccessKey | string | AWS Secret Access Key |
Результат | System |
public AmazonSecurityTokenServiceClient ( string awsAccessKeyId, string awsSecretAccessKey, |
||
awsAccessKeyId | string | AWS Access Key ID |
awsSecretAccessKey | string | AWS Secret Access Key |
clientConfig | The AmazonSecurityTokenServiceClient Configuration Object | |
Результат | System |
public AmazonSecurityTokenServiceClient ( string awsAccessKeyId, string awsSecretAccessKey, RegionEndpoint region ) : System | ||
awsAccessKeyId | string | AWS Access Key ID |
awsSecretAccessKey | string | AWS Secret Access Key |
region | RegionEndpoint | The region to connect. |
Результат | System |
public AmazonSecurityTokenServiceClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken ) : System | ||
awsAccessKeyId | string | AWS Access Key ID |
awsSecretAccessKey | string | AWS Secret Access Key |
awsSessionToken | string | AWS Session Token |
Результат | System |
public AmazonSecurityTokenServiceClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken, |
||
awsAccessKeyId | string | AWS Access Key ID |
awsSecretAccessKey | string | AWS Secret Access Key |
awsSessionToken | string | AWS Session Token |
clientConfig | The AmazonSecurityTokenServiceClient Configuration Object | |
Результат | System |
public AmazonSecurityTokenServiceClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken, RegionEndpoint region ) : System | ||
awsAccessKeyId | string | AWS Access Key ID |
awsSecretAccessKey | string | AWS Secret Access Key |
awsSessionToken | string | AWS Session Token |
region | RegionEndpoint | The region to connect. |
Результат | System |
public AssumeRoleAsync ( |
||
request | Container for the necessary parameters to execute the AssumeRole operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
Результат | Task |
public AssumeRoleAsync ( |
||
request | Container for the necessary parameters to execute the AssumeRole operation on AmazonSecurityTokenServiceClient. | |
callback | AssumeRoleResponse>.AmazonServiceCallback | An Action delegate that is invoked when the operation completes. |
options | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. | |
Результат | void |
public AssumeRoleWithSAMLAsync ( |
||
request | Container for the necessary parameters to execute the AssumeRoleWithSAML operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
Результат | Task |
public AssumeRoleWithSAMLAsync ( |
||
request | Container for the necessary parameters to execute the AssumeRoleWithSAML operation on AmazonSecurityTokenServiceClient. | |
callback | AssumeRoleWithSAMLResponse>.AmazonServiceCallback | An Action delegate that is invoked when the operation completes. |
options | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. | |
Результат | void |
public AssumeRoleWithWebIdentityAsync ( |
||
request | Container for the necessary parameters to execute the AssumeRoleWithWebIdentity operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
Результат | Task |
public AssumeRoleWithWebIdentityAsync ( |
||
request | Container for the necessary parameters to execute the AssumeRoleWithWebIdentity operation on AmazonSecurityTokenServiceClient. | |
callback | AssumeRoleWithWebIdentityResponse>.AmazonServiceCallback | An Action delegate that is invoked when the operation completes. |
options | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. | |
Результат | void |
public BeginAssumeRole ( |
||
request | Container for the necessary parameters to execute the AssumeRole operation on AmazonSecurityTokenServiceClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
Результат | IAsyncResult |
public BeginAssumeRoleWithSAML ( |
||
request | Container for the necessary parameters to execute the AssumeRoleWithSAML operation on AmazonSecurityTokenServiceClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
Результат | IAsyncResult |
public BeginAssumeRoleWithWebIdentity ( |
||
request | Container for the necessary parameters to execute the AssumeRoleWithWebIdentity operation on AmazonSecurityTokenServiceClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
Результат | IAsyncResult |
public BeginDecodeAuthorizationMessage ( |
||
request | Container for the necessary parameters to execute the DecodeAuthorizationMessage operation on AmazonSecurityTokenServiceClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
Результат | IAsyncResult |
public BeginGetCallerIdentity ( GetCallerIdentityRequest request, AsyncCallback callback, object state ) : IAsyncResult | ||
request | GetCallerIdentityRequest | Container for the necessary parameters to execute the GetCallerIdentity operation on AmazonSecurityTokenServiceClient. |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
Результат | IAsyncResult |
public BeginGetFederationToken ( |
||
request | Container for the necessary parameters to execute the GetFederationToken operation on AmazonSecurityTokenServiceClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
Результат | IAsyncResult |
public BeginGetSessionToken ( |
||
request | Container for the necessary parameters to execute the GetSessionToken operation on AmazonSecurityTokenServiceClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
Результат | IAsyncResult |
protected CreateSigner ( ) : |
||
Результат |
public DecodeAuthorizationMessageAsync ( |
||
request | Container for the necessary parameters to execute the DecodeAuthorizationMessage operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
Результат | Task |
public DecodeAuthorizationMessageAsync ( |
||
request | Container for the necessary parameters to execute the DecodeAuthorizationMessage operation on AmazonSecurityTokenServiceClient. | |
callback | DecodeAuthorizationMessageResponse>.AmazonServiceCallback | An Action delegate that is invoked when the operation completes. |
options | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. | |
Результат | void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
Результат | void |
public EndAssumeRole ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginAssumeRole. |
Результат |
public EndAssumeRoleWithSAML ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginAssumeRoleWithSAML. |
Результат |
public EndAssumeRoleWithWebIdentity ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginAssumeRoleWithWebIdentity. |
Результат |
public EndDecodeAuthorizationMessage ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginDecodeAuthorizationMessage. |
Результат |
public EndGetCallerIdentity ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginGetCallerIdentity. |
Результат |
public EndGetFederationToken ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginGetFederationToken. |
Результат |
public EndGetSessionToken ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginGetSessionToken. |
Результат |
public GetCallerIdentityAsync ( GetCallerIdentityRequest request, System cancellationToken = default(CancellationToken) ) : Task |
||
request | GetCallerIdentityRequest | Container for the necessary parameters to execute the GetCallerIdentity operation. |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
Результат | Task |
public GetCallerIdentityAsync ( GetCallerIdentityRequest request, GetCallerIdentityResponse>.AmazonServiceCallback |
||
request | GetCallerIdentityRequest | Container for the necessary parameters to execute the GetCallerIdentity operation on AmazonSecurityTokenServiceClient. |
callback | GetCallerIdentityResponse>.AmazonServiceCallback | An Action delegate that is invoked when the operation completes. |
options | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. | |
Результат | void |
public GetFederationTokenAsync ( |
||
request | Container for the necessary parameters to execute the GetFederationToken operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
Результат | Task |
public GetFederationTokenAsync ( |
||
request | Container for the necessary parameters to execute the GetFederationToken operation on AmazonSecurityTokenServiceClient. | |
callback | GetFederationTokenResponse>.AmazonServiceCallback | An Action delegate that is invoked when the operation completes. |
options | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. | |
Результат | void |
public GetSessionTokenAsync ( |
||
request | Container for the necessary parameters to execute the GetSessionToken operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
Результат | Task |
public GetSessionTokenAsync ( System cancellationToken = default(CancellationToken) ) : Task |
||
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
Результат | Task |
public GetSessionTokenAsync ( GetSessionTokenResponse>.AmazonServiceCallback |
||
callback | GetSessionTokenResponse>.AmazonServiceCallback | |
options | /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// | |
Результат | void |
public GetSessionTokenAsync ( |
||
request | Container for the necessary parameters to execute the GetSessionToken operation on AmazonSecurityTokenServiceClient. | |
callback | GetSessionTokenResponse>.AmazonServiceCallback | An Action delegate that is invoked when the operation completes. |
options | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. | |
Результат | void |