C# Class Brunet.Security.Utils.RSAPrivateKeyToDER

Afficher le fichier Open project: pstjuste/brunet

Méthodes publiques

Méthode Description
Main ( string args ) : void
RSAKeyToASN1 ( RSAParameters PrivateKey ) : byte[]
RSAKeyToPEM ( RSAParameters PrivateKey ) : string

Method Details

Main() public static méthode

public static Main ( string args ) : void
args string
Résultat void

RSAKeyToASN1() public static méthode

public static RSAKeyToASN1 ( RSAParameters PrivateKey ) : byte[]
PrivateKey System.Security.Cryptography.RSAParameters
Résultat byte[]

RSAKeyToPEM() public static méthode

public static RSAKeyToPEM ( RSAParameters PrivateKey ) : string
PrivateKey System.Security.Cryptography.RSAParameters
Résultat string