Class RsaCryptographyService NamespaceToSic.Sys.Security.Encryption AssemblyToSic.Sys.Utils.dll [InternalApi_DoNotUse_MayChangeWithoutNotice] public class RsaCryptographyService Inheritance object RsaCryptographyService Constructors RsaCryptographyService(IGlobalConfiguration) public RsaCryptographyService(IGlobalConfiguration globalConfiguration) Parameters globalConfiguration IGlobalConfiguration Properties PublicKey public string? PublicKey { get; } Property Value string Methods Decrypt(string) public byte[] Decrypt(string encryptedData) Parameters encryptedData string Returns byte[]