Click or drag to resize

CryptoHelperEncryptWithRSAContainer Method

Encrypt a text using the RSA key pair stored in a key container, returned as a base64 string

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

Parameters

text  String
 
containerName  String
 
useMachineKeyStore  Boolean
 

Return Value

String
See Also