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