ObsClient Constructor (String, String, String, String) |
Constructor
Namespace:
OBS
Assembly:
esdk_obs_.net (in esdk_obs_.net.dll) Version: 3.19.7.1 (3.19.7.1)
Syntaxpublic ObsClient(
string accessKeyId,
string secretAccessKey,
string securityToken,
string endpoint
)
Parameters
- accessKeyId
- Type: SystemString
AK in the access key - secretAccessKey
- Type: SystemString
SK in the access key - securityToken
- Type: SystemString
Security token - endpoint
- Type: SystemString
OBS endpoint
See Also