Table of Contents

Class RsaCryptographyService

Namespace
ToSic.Sys.Security.Encryption
Assembly
ToSic.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[]