Méthode | Description | |
---|---|---|
GetReadablePolicy ( ) : string |
Get the policy document as a human readable string.
|
|
GetSignedPolicy ( string policy, |
Given a policy and AWS credentials, produce a S3PostUploadSignedPolicy.
|
|
GetSignedPolicyFromJson ( string policyJson ) : |
Create an instance of this class from a JSON string.
|
|
GetSignedPolicyFromXml ( string policyXml ) : |
Create an instance of this class from an XML string.
|
|
GetSignedPolicyV4 ( string policy, |
Given a policy and AWS credentials, produce a S3PostUploadSignedPolicy.
|
|
ToJson ( ) : string |
JSON representation of this object
|
|
ToXml ( ) : string |
XML Representation of this object
|
Méthode | Description | |
---|---|---|
addConditionsToPolicy ( string policy, string>.Dictionary |
||
addTokenToPolicy ( string policy, string token ) : byte[] |
public static GetSignedPolicy ( string policy, |
||
policy | string | JSON string representing the policy to sign |
credentials | Credentials to sign the policy with | |
Résultat |
public static GetSignedPolicyFromJson ( string policyJson ) : |
||
policyJson | string | JSON string |
Résultat |
public static GetSignedPolicyFromXml ( string policyXml ) : |
||
policyXml | string | XML string generated by ToXml() |
Résultat |
public static GetSignedPolicyV4 ( string policy, |
||
policy | string | JSON string representing the policy to sign |
credentials | Credentials to sign the policy with | |
region | RegionEndpoint | Service region endpoint. |
Résultat |