DefaultCredentialsAccessKeyId Property |
OSS的访问ID
Namespace: Aliyun.OSS.Common.AuthenticationAssembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.5.1.0 (2.5.1)
Syntaxpublic string AccessKeyId { get; }
Public ReadOnly Property AccessKeyId As String
Get
public:
virtual property String^ AccessKeyId {
String^ get () sealed;
}
abstract AccessKeyId : string with get
override AccessKeyId : string with get
Property Value
Type:
StringImplements
ICredentialsAccessKeyId
See Also