C# 클래스 Amazon.Runtime.SessionAWSCredentials

Session credentials consisting of AccessKey, SecretKey and Token
상속: AWSCredentials
파일 보기 프로젝트 열기: scopely/aws-sdk-net 1 사용 예제들

공개 메소드들

메소드 설명
GetCredentials ( ) : ImmutableCredentials

Returns an instance of ImmutableCredentials for this instance

SessionAWSCredentials ( string awsAccessKeyId, string awsSecretAccessKey, string token ) : System

Constructs a SessionAWSCredentials object for the specified accessKey, secretKey.

메소드 상세

GetCredentials() 공개 메소드

Returns an instance of ImmutableCredentials for this instance
public GetCredentials ( ) : ImmutableCredentials
리턴 ImmutableCredentials

SessionAWSCredentials() 공개 메소드

Constructs a SessionAWSCredentials object for the specified accessKey, secretKey.
public SessionAWSCredentials ( string awsAccessKeyId, string awsSecretAccessKey, string token ) : System
awsAccessKeyId string
awsSecretAccessKey string
token string
리턴 System