Click or drag to resize
OssClientGeneratePostPolicy Method
生成Post请求的policy表单域。

Namespace: Aliyun.OpenServices.OpenStorageService
Assembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 1.0.5626.29242
Syntax
public string GeneratePostPolicy(
	DateTime expiration,
	PolicyConditions conds
)

Parameters

expiration
Type: SystemDateTime
policy过期时间。
conds
Type: Aliyun.OpenServices.OpenStorageServicePolicyConditions
policy条件列表。

Return Value

Type: String
policy字符串。

Implements

IOssGeneratePostPolicy(DateTime, PolicyConditions)
See Also