Table of Contents

Class UserCrypto

Namespace
Amazon.Runtime.Internal.Settings
Assembly
AWSSDK.Core.dll
public static class UserCrypto
Inheritance
UserCrypto
Inherited Members

Properties

IsUserCryptAvailable

public static bool IsUserCryptAvailable { get; }

Property Value

bool

Methods

Decrypt(string)

public static string Decrypt(string encrypted)

Parameters

encrypted string

Returns

string

Encrypt(string)

public static string Encrypt(string unencrypted)

Parameters

unencrypted string

Returns

string