Click or drag to resize
ICredentials Interface
鉴权的接口

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

The ICredentials type exposes the following members.

Properties
  NameDescription
Public propertyAccessKeyId
OSS的访问ID
Public propertyAccessKeySecret
OSS的访问密钥
Public propertySecurityToken
STS提供的安全令牌
Public propertyUseToken
是否使用了STS提供的安全令牌
Top
See Also