Click or drag to resize
ICredentials Interface
ICredential interface

Namespace: Aliyun.OSS.Common.Authentication
Assembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.8.0.0 (2.8.0)
Syntax
public interface ICredentials

The ICredentials type exposes the following members.

Properties
  NameDescription
Public propertyAccessKeyId
OSS access key Id
Public propertyAccessKeySecret
OSS access key secret
Public propertySecurityToken
STS security token
Public propertyUseToken
FLag of using STS's SecurityToken
Top
See Also