Partager via


RsaKey Constructeurs

Définition

Surcharges

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

RsaKey()

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

S’applique à

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)

Paramètres

kid
String

S’applique à

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)

Paramètres

kid
String
keySize
Int32

S’applique à

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)

Paramètres

kid
String
csp
RSA

S’applique à

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)

Paramètres

kid
String
keyParameters
RSAParameters

S’applique à