Partilhar via


RsaKey Construtores

Definição

Sobrecargas

RsaKey()
RsaKey(String)
RsaKey(String, Int32)
RsaKey(String, RSA)
RsaKey(String, RSAParameters)

RsaKey()

Origem:
RsaKey.cs
public RsaKey ();
Public Sub New ()

Aplica-se a

RsaKey(String)

Origem:
RsaKey.cs
public RsaKey (string kid);
new Microsoft.Azure.KeyVault.RsaKey : string -> Microsoft.Azure.KeyVault.RsaKey
Public Sub New (kid As String)

Parâmetros

kid
String

Aplica-se a

RsaKey(String, Int32)

Origem:
RsaKey.cs
public RsaKey (string kid, int keySize);
new Microsoft.Azure.KeyVault.RsaKey : string * int -> Microsoft.Azure.KeyVault.RsaKey
Public Sub New (kid As String, keySize As Integer)

Parâmetros

kid
String
keySize
Int32

Aplica-se a

RsaKey(String, RSA)

Origem:
RsaKey.cs
public RsaKey (string kid, System.Security.Cryptography.RSA csp);
new Microsoft.Azure.KeyVault.RsaKey : string * System.Security.Cryptography.RSA -> Microsoft.Azure.KeyVault.RsaKey
Public Sub New (kid As String, csp As RSA)

Parâmetros

kid
String
csp
RSA

Aplica-se a

RsaKey(String, RSAParameters)

Origem:
RsaKey.cs
public RsaKey (string kid, System.Security.Cryptography.RSAParameters keyParameters);
new Microsoft.Azure.KeyVault.RsaKey : string * System.Security.Cryptography.RSAParameters -> Microsoft.Azure.KeyVault.RsaKey
Public Sub New (kid As String, keyParameters As RSAParameters)

Parâmetros

kid
String
keyParameters
RSAParameters

Aplica-se a