Click or drag to resize
RSAKeyExtensions Class
Helper class to manually add missing .NetStandard FromXmlString(String) overload method.
Inheritance Hierarchy
SystemObject
  CMS.HelpersRSAKeyExtensions

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 13.0.131
Syntax
C#
public static class RSAKeyExtensions

The RSAKeyExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberFromXmlString
Initializes an RSA object from the key information from an XML string.
Top
See Also