Click or drag to resize

ObsClientRefresh Method

Refresh the temporary access key.

Namespace:  OBS
Assembly:  esdk_obs_.net (in esdk_obs_.net.dll) Version: 3.1.3.0 (3.1.3)
Syntax
C#
public 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