Method | Description | |
---|---|---|
Load ( string filePath ) : |
Loads an RSAKey from a file.
|
|
RSAKey ( ) : System |
Initializes a new instance of the RSAKey class with a new RSACryptoServiceProvider.
|
|
RSAKey ( ICspAsymmetricAlgorithm csp ) : System |
Initializes a new instance of the RSAKey class.
|
|
RSAKey ( System.Xml.Linq.XContainer xml ) : System |
Initializes a new instance of the RSAKey class.
|
|
Save ( string filePath ) : void |
Saves this key to the specified file path.
|
|
ToCSP ( bool usePrivate ) : |
Creates an RSACryptoServiceProvider from this instance.
|
|
ToXml ( ) : System.Xml.Linq.XElement |
Creates an XML representation of this instance.
|
public static Load ( string filePath ) : |
||
filePath | string | The file path referencing the file to load into a new |
return |
public RSAKey ( ICspAsymmetricAlgorithm csp ) : System | ||
csp | ICspAsymmetricAlgorithm | The |
return | System |
public RSAKey ( System.Xml.Linq.XContainer xml ) : System | ||
xml | System.Xml.Linq.XContainer | The xml represention to be loaded. |
return | System |
public Save ( string filePath ) : void | ||
filePath | string | The file path to be used. |
return | void |
public ToCSP ( bool usePrivate ) : |
||
usePrivate | bool | If |
return |