AWS SDK for .NET Documentation
GetSignedPolicy Method (policy, credentials)
AmazonAmazon.S3.UtilS3PostUploadSignedPolicyGetSignedPolicy(String, AWSCredentials) Did this page help you?   Yes   No    Tell us about it...
Given a policy and AWS credentials, produce a S3PostUploadSignedPolicy.
Declaration Syntax
C#
public static S3PostUploadSignedPolicy GetSignedPolicy(
	string policy,
	AWSCredentials credentials
)
Parameters
policy (String)
JSON string representing the policy to sign
credentials (AWSCredentials)
Credentials to sign the policy with
Return Value

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)