DefaultCredentials Constructor |
Namespace: Aliyun.OSS.Common.AuthenticationAssembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.2.0.0 (2.2.0)
Syntaxpublic DefaultCredentials(
string accessKeyId,
string accessKeySecret,
string securityToken
)
Parameters
- accessKeyId
- Type: SystemString
OSS的访问ID - accessKeySecret
- Type: SystemString
OSS的访问密钥 - securityToken
- Type: SystemString
STS提供的安全令牌
See Also