RSAKeyValue(String, String) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates an RSAKeyValue using the specified modulus and exponent.
public RSAKeyValue (string modulus, string exponent);
new Microsoft.IdentityModel.Xml.RSAKeyValue : string * string -> Microsoft.IdentityModel.Xml.RSAKeyValue
Public Sub New (modulus As String, exponent As String)
Parameters
- modulus
- String
- exponent
- String