PKCS1MaskGenerationMethod Sınıf
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.
Maskeleri anahtar değişim algoritmaları tarafından kullanılmak üzere PKCS #1'e göre hesaplar.
public ref class PKCS1MaskGenerationMethod : System::Security::Cryptography::MaskGenerationMethod
[System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("PKCS1MaskGenerationMethod is not trim compatible because the algorithm implementation referenced by HashName might be removed.")]
public class PKCS1MaskGenerationMethod : System.Security.Cryptography.MaskGenerationMethod
[System.Runtime.Versioning.UnsupportedOSPlatform("browser")]
public class PKCS1MaskGenerationMethod : System.Security.Cryptography.MaskGenerationMethod
public class PKCS1MaskGenerationMethod : System.Security.Cryptography.MaskGenerationMethod
[System.Runtime.InteropServices.ComVisible(true)]
public class PKCS1MaskGenerationMethod : System.Security.Cryptography.MaskGenerationMethod
[<System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("PKCS1MaskGenerationMethod is not trim compatible because the algorithm implementation referenced by HashName might be removed.")>]
type PKCS1MaskGenerationMethod = class
inherit MaskGenerationMethod
[<System.Runtime.Versioning.UnsupportedOSPlatform("browser")>]
type PKCS1MaskGenerationMethod = class
inherit MaskGenerationMethod
type PKCS1MaskGenerationMethod = class
inherit MaskGenerationMethod
[<System.Runtime.InteropServices.ComVisible(true)>]
type PKCS1MaskGenerationMethod = class
inherit MaskGenerationMethod
Public Class PKCS1MaskGenerationMethod
Inherits MaskGenerationMethod
- Devralma
- Öznitelikler
Açıklamalar
Bu sınıf yalnızca maske oluşturma için anahtar değişimi algoritmalarının uygulamaları tarafından kullanılır. Uygulama kodu bu sınıfı doğrudan kullanmaz.
Oluşturucular
| Name | Description |
|---|---|
| PKCS1MaskGenerationMethod() |
PKCS1MaskGenerationMethod sınıfının yeni bir örneğini başlatır. |
Özellikler
| Name | Description |
|---|---|
| HashName |
Maskeyi oluşturmak için kullanılacak karma algoritma türünün adını alır veya ayarlar. |
Yöntemler
| Name | Description |
|---|---|
| Equals(Object) |
Belirtilen nesnenin geçerli nesneye eşit olup olmadığını belirler. (Devralındığı yer: Object) |
| GenerateMask(Byte[], Int32) |
Belirtilen uzunluktaki belirtilen rastgele tohumdan bir maske oluşturur ve döndürür. |
| GetHashCode() |
Varsayılan karma işlevi işlevi görür. (Devralındığı yer: Object) |
| GetType() |
Geçerli örneğin Type alır. (Devralındığı yer: Object) |
| MemberwiseClone() |
Geçerli Objectbasit bir kopyasını oluşturur. (Devralındığı yer: Object) |
| ToString() |
Geçerli nesneyi temsil eden bir dize döndürür. (Devralındığı yer: Object) |