RsaSecurityKey Constructors
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.
Overloads
RsaSecurityKey(RSA) |
Initializes a new instance of the RsaSecurityKey class. |
RsaSecurityKey(RSAParameters) |
Initializes a new instance of the RsaSecurityKey class. |
RsaSecurityKey(RSA)
Initializes a new instance of the RsaSecurityKey class.
public RsaSecurityKey (System.Security.Cryptography.RSA rsa);
new Microsoft.IdentityModel.Tokens.RsaSecurityKey : System.Security.Cryptography.RSA -> Microsoft.IdentityModel.Tokens.RsaSecurityKey
Public Sub New (rsa As RSA)
Parameters
Applies to
RsaSecurityKey(RSAParameters)
Initializes a new instance of the RsaSecurityKey class.
public RsaSecurityKey (System.Security.Cryptography.RSAParameters rsaParameters);
new Microsoft.IdentityModel.Tokens.RsaSecurityKey : System.Security.Cryptography.RSAParameters -> Microsoft.IdentityModel.Tokens.RsaSecurityKey
Public Sub New (rsaParameters As RSAParameters)
Parameters
- rsaParameters
- RSAParameters