Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.Security.RSACrypto.Decrypt Method

(not specified)

Class: YetaWF.Core.Security.RSACrypto
Namespace: YetaWF.Core.Security
Assembly: YetaWF.Core

Syntax

public static void Decrypt(
    string privateKeyXml,
    string encryptedText,
    out string plainText );

Parameters

privateKeyXml

(not specified)

encryptedText

(not specified)

plainText

(not specified)

Remarks

(not specified)

See Also YetaWF.Core.Security.RSACrypto ClassYetaWF.Core Overview