C# Class System.Security.Cryptography.ECDiffieHellman

Inheritance: AsymmetricAlgorithm
Afficher le fichier Open project: mikedn/runtime Class Usage Examples

Méthodes publiques

Méthode Description
FromXmlString ( string xmlString ) : void
ToXmlString ( bool includePrivateParameters ) : string

Method Details

FromXmlString() public méthode

public FromXmlString ( string xmlString ) : void
xmlString string
Résultat void

ToXmlString() public méthode

public ToXmlString ( bool includePrivateParameters ) : string
includePrivateParameters bool
Résultat string