C# Class mRemoteNG.Config.Serializers.XmlRootNodeSerializer

Afficher le fichier Open project: mRemoteNG/mRemoteNG Class Usage Examples

Méthodes publiques

Méthode Description
SerializeRootNodeInfo ( RootNodeInfo rootNodeInfo, ICryptographyProvider cryptographyProvider, bool fullFileEncryption = false, bool export = false ) : System.Xml.Linq.XElement

Private Methods

Méthode Description
CreateProtectedAttribute ( RootNodeInfo rootNodeInfo, ICryptographyProvider cryptographyProvider, bool export ) : System.Xml.Linq.XAttribute

Method Details

SerializeRootNodeInfo() public méthode

public SerializeRootNodeInfo ( RootNodeInfo rootNodeInfo, ICryptographyProvider cryptographyProvider, bool fullFileEncryption = false, bool export = false ) : System.Xml.Linq.XElement
rootNodeInfo RootNodeInfo
cryptographyProvider ICryptographyProvider
fullFileEncryption bool
export bool
Résultat System.Xml.Linq.XElement