CertificateRevocationListBuilder.Load 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.
Aşırı Yüklemeler
Load(Byte[], BigInteger) |
Belirtilen Sertifika İptal Listesi'nin (CRL) kodunu çözer ve kodu çözülen CRL'den tüm iptal girdileriyle bir CertificateRevocationListBuilder oluşturur. |
Load(ReadOnlySpan<Byte>, BigInteger, Int32) |
Belirtilen Sertifika İptal Listesi'nin (CRL) kodunu çözer ve kodu çözülen CRL'den tüm iptal girdileriyle bir CertificateRevocationListBuilder oluşturur. |
Load(Byte[], BigInteger)
Belirtilen Sertifika İptal Listesi'nin (CRL) kodunu çözer ve kodu çözülen CRL'den tüm iptal girdileriyle bir CertificateRevocationListBuilder oluşturur.
public:
static System::Security::Cryptography::X509Certificates::CertificateRevocationListBuilder ^ Load(cli::array <System::Byte> ^ currentCrl, [Runtime::InteropServices::Out] System::Numerics::BigInteger % currentCrlNumber);
public static System.Security.Cryptography.X509Certificates.CertificateRevocationListBuilder Load (byte[] currentCrl, out System.Numerics.BigInteger currentCrlNumber);
static member Load : byte[] * BigInteger -> System.Security.Cryptography.X509Certificates.CertificateRevocationListBuilder
Public Shared Function Load (currentCrl As Byte(), ByRef currentCrlNumber As BigInteger) As CertificateRevocationListBuilder
Parametreler
- currentCrl
- Byte[]
Der ile kodlanmış CRL kodunu çözmek için.
- currentCrlNumber
- BigInteger
Bu yöntem döndürdüğünde, kodu çözülen CRL'den CRL sıra numarasını içerir. Bu parametre başlatılmamış olarak kabul edilir.
Döndürülenler
Kodu çözülen CRL ile aynı iptal girişlerine sahip yeni bir oluşturucu.
Özel durumlar
currentCrl
, null
değeridir.
currentCrl
kodu çözülemedi.
-veya-
currentCrl
kodu başarıyla çözüldü, ancak kod çözme işlemi dizide sağlanan baytların tümüne gerek yoktu.
Şunlara uygulanır
Load(ReadOnlySpan<Byte>, BigInteger, Int32)
Belirtilen Sertifika İptal Listesi'nin (CRL) kodunu çözer ve kodu çözülen CRL'den tüm iptal girdileriyle bir CertificateRevocationListBuilder oluşturur.
public:
static System::Security::Cryptography::X509Certificates::CertificateRevocationListBuilder ^ Load(ReadOnlySpan<System::Byte> currentCrl, [Runtime::InteropServices::Out] System::Numerics::BigInteger % currentCrlNumber, [Runtime::InteropServices::Out] int % bytesConsumed);
public static System.Security.Cryptography.X509Certificates.CertificateRevocationListBuilder Load (ReadOnlySpan<byte> currentCrl, out System.Numerics.BigInteger currentCrlNumber, out int bytesConsumed);
static member Load : ReadOnlySpan<byte> * BigInteger * int -> System.Security.Cryptography.X509Certificates.CertificateRevocationListBuilder
Public Shared Function Load (currentCrl As ReadOnlySpan(Of Byte), ByRef currentCrlNumber As BigInteger, ByRef bytesConsumed As Integer) As CertificateRevocationListBuilder
Parametreler
- currentCrl
- ReadOnlySpan<Byte>
Der ile kodlanmış CRL kodunu çözmek için.
- currentCrlNumber
- BigInteger
Bu yöntem döndürdüğünde, kodu çözülen CRL'den CRL sıra numarasını içerir. Bu parametre başlatılmamış olarak kabul edilir.
- bytesConsumed
- Int32
Bu yöntem döndürdüğünde, kod çözme sırasında okunan currentCrl
bayt sayısını içerir.
Döndürülenler
Kodu çözülen CRL ile aynı iptal girişlerine sahip yeni bir oluşturucu.
Özel durumlar
currentCrl
kodu çözülemedi.