Enum SecurityProfile | Amazon S3 Encryption Client for .NET (original) (raw)
Namespace
Amazon.Extensions.S3.Encryption
Assembly
Amazon.Extensions.S3.Encryption.dll
SecurityProfile enables AmazonS3EncryptionClientV2 downgrading to AmazonS3EncryptionClient (V1) content encryption and key wrap schemas V2AndLegacy enables AmazonS3EncryptionClientV2 to read objects encrypted by AmazonS3EncryptionClient (V1)
public enum SecurityProfile
Fields
V2 = 0
Enables AmazonS3EncryptionClientV2 key wrap and content encryption schemas which are only supported by AmazonS3EncryptionClientV2
V2AndLegacy = 1