Bagikan melalui


RsaSecurityKey Constructors

Definition

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

rsa
RSA

RSA

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

Applies to