Udostępnij za pośrednictwem


X509AuthorityKeyIdentifierExtension.CreateFromIssuerNameAndSerialNumber Metoda

Definicja

Przeciążenia

CreateFromIssuerNameAndSerialNumber(X500DistinguishedName, Byte[])

Tworzy element X509AuthorityKeyIdentifierExtension określający podaną nazwę wystawcy i numer seryjny.

CreateFromIssuerNameAndSerialNumber(X500DistinguishedName, ReadOnlySpan<Byte>)

Tworzy element X509AuthorityKeyIdentifierExtension określający podaną nazwę wystawcy i numer seryjny.

CreateFromIssuerNameAndSerialNumber(X500DistinguishedName, Byte[])

Źródło:
X509AuthorityKeyIdentifierExtension.cs
Źródło:
X509AuthorityKeyIdentifierExtension.cs
Źródło:
X509AuthorityKeyIdentifierExtension.cs

Tworzy element X509AuthorityKeyIdentifierExtension określający podaną nazwę wystawcy i numer seryjny.

public:
 static System::Security::Cryptography::X509Certificates::X509AuthorityKeyIdentifierExtension ^ CreateFromIssuerNameAndSerialNumber(System::Security::Cryptography::X509Certificates::X500DistinguishedName ^ issuerName, cli::array <System::Byte> ^ serialNumber);
public static System.Security.Cryptography.X509Certificates.X509AuthorityKeyIdentifierExtension CreateFromIssuerNameAndSerialNumber (System.Security.Cryptography.X509Certificates.X500DistinguishedName issuerName, byte[] serialNumber);
static member CreateFromIssuerNameAndSerialNumber : System.Security.Cryptography.X509Certificates.X500DistinguishedName * byte[] -> System.Security.Cryptography.X509Certificates.X509AuthorityKeyIdentifierExtension
Public Shared Function CreateFromIssuerNameAndSerialNumber (issuerName As X500DistinguishedName, serialNumber As Byte()) As X509AuthorityKeyIdentifierExtension

Parametry

issuerName
X500DistinguishedName

Wartość nazwy wystawcy z certyfikatu urzędu certyfikacji, który podpisze to rozszerzenie.

serialNumber
Byte[]

Wartość numeru seryjnego z certyfikatu urzędu certyfikacji, który podpisze to rozszerzenie.

Zwraca

Skonfigurowane rozszerzenie.

Wyjątki

issuerName lub serialNumber ma wartość null.

serialNumber jest nieprawidłowy, ponieważ wiodące 9 bitów są albo wszystkie zero, albo wszystkie.

Dotyczy

CreateFromIssuerNameAndSerialNumber(X500DistinguishedName, ReadOnlySpan<Byte>)

Źródło:
X509AuthorityKeyIdentifierExtension.cs
Źródło:
X509AuthorityKeyIdentifierExtension.cs
Źródło:
X509AuthorityKeyIdentifierExtension.cs

Tworzy element X509AuthorityKeyIdentifierExtension określający podaną nazwę wystawcy i numer seryjny.

public:
 static System::Security::Cryptography::X509Certificates::X509AuthorityKeyIdentifierExtension ^ CreateFromIssuerNameAndSerialNumber(System::Security::Cryptography::X509Certificates::X500DistinguishedName ^ issuerName, ReadOnlySpan<System::Byte> serialNumber);
public static System.Security.Cryptography.X509Certificates.X509AuthorityKeyIdentifierExtension CreateFromIssuerNameAndSerialNumber (System.Security.Cryptography.X509Certificates.X500DistinguishedName issuerName, ReadOnlySpan<byte> serialNumber);
static member CreateFromIssuerNameAndSerialNumber : System.Security.Cryptography.X509Certificates.X500DistinguishedName * ReadOnlySpan<byte> -> System.Security.Cryptography.X509Certificates.X509AuthorityKeyIdentifierExtension
Public Shared Function CreateFromIssuerNameAndSerialNumber (issuerName As X500DistinguishedName, serialNumber As ReadOnlySpan(Of Byte)) As X509AuthorityKeyIdentifierExtension

Parametry

issuerName
X500DistinguishedName

Wartość nazwy wystawcy z certyfikatu urzędu certyfikacji, który podpisze to rozszerzenie.

serialNumber
ReadOnlySpan<Byte>

Wartość numeru seryjnego z certyfikatu urzędu certyfikacji, który podpisze to rozszerzenie.

Zwraca

Skonfigurowane rozszerzenie.

Wyjątki

issuerName to null.

serialNumber jest nieprawidłowy, ponieważ wiodące 9 bitów są albo wszystkie zero, albo wszystkie.

Dotyczy