Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.Security.RSACrypto.Encrypt Method

(not specified)

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

Syntax

public static void Encrypt(
    string publicKeyXml,
    string plainText,
    out string encryptedText );

Parameters

publicKeyXml

(not specified)

plainText

(not specified)

encryptedText

(not specified)

Remarks

(not specified)

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