Pkcs12CertBag.IsX509Certificate Property

Definition

Gets a value indicating whether the content type of the encoded certificate value is the X.509 public key certificate content type.

C#
public bool IsX509Certificate { get; }

Property Value

true if the content type is the X.509 public key certificate content type (1.2.840.113549.1.9.22.1); otherwise, false.

Applies to

Product Versions
.NET 8 (package-provided), 9 (package-provided), 10 (package-provided)
.NET Standard 2.1 (package-provided)
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9, 10

See also