Click or drag to resize

CryptoHelperDecryptWithRSAContainer Method

Decrypt a base64 text using the RSA key pair stored in a key container

Namespace: Seal.Helpers
Assembly: SealLibrary (in SealLibrary.dll) Version: 10.0.1.0+a44cd3a7f03c2bf3cdbd971a878c679e40bed08a
Syntax
C#
public static string DecryptWithRSAContainer(
	string text,
	string containerName,
	bool useMachineKeyStore
)

Parameters

text  String
 
containerName  String
 
useMachineKeyStore  Boolean
 

Return Value

String
See Also