Compartir a través de


RsaKey Constructores

Definición

Sobrecargas

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

RsaKey()

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

Se aplica a

RsaKey(String)

Source:
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

Se aplica a

RsaKey(String, Int32)

Source:
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

Se aplica a

RsaKey(String, RSA)

Source:
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

Se aplica a

RsaKey(String, RSAParameters)

Source:
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

Se aplica a