Click or drag to resize
DefaultCredentials Constructor
构造一个DefaultCredentials的实例

Namespace: Aliyun.OSS.Common.Authentication
Assembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.5.1.0 (2.5.1)
Syntax
public DefaultCredentials(
	string accessKeyId,
	string accessKeySecret,
	string securityToken
)

Parameters

accessKeyId
Type: SystemString
OSS的访问ID
accessKeySecret
Type: SystemString
OSS的访问密钥
securityToken
Type: SystemString
STS提供的安全令牌
See Also