Share via


X509AuthorityKeyIdentifierExtension.NamedIssuer Vlastnost

Definice

IssuerName Získá hodnotu z vydávající certifikační autority (CA) tohoto certifikátu, pokud je k dispozici.

public:
 property System::Security::Cryptography::X509Certificates::X500DistinguishedName ^ NamedIssuer { System::Security::Cryptography::X509Certificates::X500DistinguishedName ^ get(); };
public System.Security.Cryptography.X509Certificates.X500DistinguishedName? NamedIssuer { get; }
member this.NamedIssuer : System.Security.Cryptography.X509Certificates.X500DistinguishedName
Public ReadOnly Property NamedIssuer As X500DistinguishedName

Hodnota vlastnosti

Hodnota IssuerName z vydávající certifikační autority (CA) tohoto certifikátu

Poznámky

Tato vlastnost je null , pokud je splněna některá z následujících vlastností:

  • Zakódované rozšíření neobsahuje authorityCertIssuer hodnotu.
  • Hodnota authorityCertIssuer neobsahuje žádné directoryName hodnoty.
  • Hodnota authorityCertIssuer obsahuje více directoryName hodnot.
  • Hodnota directoryName se úspěšně dekódovala jako X500DistinguishedName.

Platí pro