RSA.Create Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Belirli uygulamalarının RSA örneğine izin verir.
Aşırı Yüklemeler
| Name | Description |
|---|---|
| Create() |
Algoritmanın varsayılan uygulamasının bir örneğini RSA oluşturur. |
| Create(Int32) |
Belirtilen anahtar boyutuna sahip yeni bir kısa ömürlü RSA anahtarı oluşturur. |
| Create(RSAParameters) |
Belirtilen RSA anahtar parametreleriyle yeni bir kısa ömürlü RSA anahtarı oluşturur. |
| Create(String) |
Geçersiz.
belirtilen uygulamasının bir örneğini RSAoluşturur. |
Create()
- Kaynak:
- RSA.Create.OpenSsl.cs
- Kaynak:
- RSA.Create.OpenSsl.cs
- Kaynak:
- RSA.Create.OpenSsl.cs
- Kaynak:
- RSA.Create.OpenSsl.cs
- Kaynak:
- RSA.Create.OpenSsl.cs
Algoritmanın varsayılan uygulamasının bir örneğini RSA oluşturur.
public:
static System::Security::Cryptography::RSA ^ Create();
[System.Runtime.Versioning.UnsupportedOSPlatform("browser")]
public static System.Security.Cryptography.RSA Create();
public static System.Security.Cryptography.RSA Create();
[<System.Runtime.Versioning.UnsupportedOSPlatform("browser")>]
static member Create : unit -> System.Security.Cryptography.RSA
static member Create : unit -> System.Security.Cryptography.RSA
Public Shared Function Create () As RSA
Döndürülenler
varsayılan uygulamasının yeni bir RSAörneği.
- Öznitelikler
Ayrıca bkz.
Şunlara uygulanır
Create(Int32)
- Kaynak:
- RSA.cs
- Kaynak:
- RSA.cs
- Kaynak:
- RSA.cs
- Kaynak:
- RSA.cs
- Kaynak:
- RSA.cs
Belirtilen anahtar boyutuna sahip yeni bir kısa ömürlü RSA anahtarı oluşturur.
public:
static System::Security::Cryptography::RSA ^ Create(int keySizeInBits);
[System.Runtime.Versioning.UnsupportedOSPlatform("browser")]
public static System.Security.Cryptography.RSA Create(int keySizeInBits);
public static System.Security.Cryptography.RSA Create(int keySizeInBits);
[<System.Runtime.Versioning.UnsupportedOSPlatform("browser")>]
static member Create : int -> System.Security.Cryptography.RSA
static member Create : int -> System.Security.Cryptography.RSA
Public Shared Function Create (keySizeInBits As Integer) As RSA
Parametreler
- keySizeInBits
- Int32
Bit cinsinden anahtar boyutu.
Döndürülenler
Belirtilen anahtar boyutuna sahip yeni kısa ömürlü RSA anahtarı.
- Öznitelikler
Özel durumlar
keySizeInBits varsayılan uygulama tarafından desteklenmez.
Şunlara uygulanır
Create(RSAParameters)
- Kaynak:
- RSA.cs
- Kaynak:
- RSA.cs
- Kaynak:
- RSA.cs
- Kaynak:
- RSA.cs
- Kaynak:
- RSA.cs
Belirtilen RSA anahtar parametreleriyle yeni bir kısa ömürlü RSA anahtarı oluşturur.
public:
static System::Security::Cryptography::RSA ^ Create(System::Security::Cryptography::RSAParameters parameters);
[System.Runtime.Versioning.UnsupportedOSPlatform("browser")]
public static System.Security.Cryptography.RSA Create(System.Security.Cryptography.RSAParameters parameters);
public static System.Security.Cryptography.RSA Create(System.Security.Cryptography.RSAParameters parameters);
[<System.Runtime.Versioning.UnsupportedOSPlatform("browser")>]
static member Create : System.Security.Cryptography.RSAParameters -> System.Security.Cryptography.RSA
static member Create : System.Security.Cryptography.RSAParameters -> System.Security.Cryptography.RSA
Public Shared Function Create (parameters As RSAParameters) As RSA
Parametreler
- parameters
- RSAParameters
Algoritmanın parametreleri RSA .
Döndürülenler
Yeni kısa ömürlü RSA anahtarı.
- Öznitelikler
Özel durumlar
parameters geçerli bir RSA anahtarını temsil etmez.
Ayrıca bkz.
Şunlara uygulanır
Create(String)
- Kaynak:
- RSA.cs
- Kaynak:
- RSA.cs
- Kaynak:
- RSA.cs
- Kaynak:
- RSA.cs
- Kaynak:
- RSA.cs
Dikkat
Cryptographic factory methods accepting an algorithm name are obsolete. Use the parameterless Create factory method on the algorithm type instead.
belirtilen uygulamasının bir örneğini RSAoluşturur.
public:
static System::Security::Cryptography::RSA ^ Create(System::String ^ algName);
[System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("The default algorithm implementations might be removed, use strong type references like 'RSA.Create()' instead.")]
[System.Obsolete("Cryptographic factory methods accepting an algorithm name are obsolete. Use the parameterless Create factory method on the algorithm type instead.", DiagnosticId="SYSLIB0045", UrlFormat="https://aka.ms/dotnet-warnings/{0}")]
public static System.Security.Cryptography.RSA? Create(string algName);
public static System.Security.Cryptography.RSA? Create(string algName);
[System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("The default algorithm implementations might be removed, use strong type references like 'RSA.Create()' instead.")]
public static System.Security.Cryptography.RSA? Create(string algName);
public static System.Security.Cryptography.RSA Create(string algName);
[<System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("The default algorithm implementations might be removed, use strong type references like 'RSA.Create()' instead.")>]
[<System.Obsolete("Cryptographic factory methods accepting an algorithm name are obsolete. Use the parameterless Create factory method on the algorithm type instead.", DiagnosticId="SYSLIB0045", UrlFormat="https://aka.ms/dotnet-warnings/{0}")>]
static member Create : string -> System.Security.Cryptography.RSA
static member Create : string -> System.Security.Cryptography.RSA
[<System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("The default algorithm implementations might be removed, use strong type references like 'RSA.Create()' instead.")>]
static member Create : string -> System.Security.Cryptography.RSA
Public Shared Function Create (algName As String) As RSA
Parametreler
Döndürülenler
Belirtilen uygulamasının yeni bir RSAörneği.
- Öznitelikler