Certificate.IssuerKey Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the public key for the certificate that signed this certificate.
public byte[] IssuerKey { get; }
member this.IssuerKey : byte[]
Public ReadOnly Property IssuerKey As Byte()
Property Value
Byte[]
The public key for the certificate that signed this certificate.