Share via


RSAKeyValue(String, String) Constructor

Definition

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

Applies to