Click or drag to resize
DefaultCredentials Constructor
Initializes a new instance of the DefaultCredentials class

Namespace: Aliyun.OpenServices.Common.Authentication
Assembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 1.0.5626.29242
Syntax
public DefaultCredentials(
	string accessId,
	string accessKey,
	string securityToken
)

Parameters

accessId
Type: SystemString
accessKey
Type: SystemString
securityToken
Type: SystemString
See Also