IDeveloperCertificateService.Certificates 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.
List of the valid development certificates that can be trusted.
public System.Collections.Immutable.ImmutableList<System.Security.Cryptography.X509Certificates.X509Certificate2> Certificates { get; }
member this.Certificates : System.Collections.Immutable.ImmutableList<System.Security.Cryptography.X509Certificates.X509Certificate2>
Public ReadOnly Property Certificates As ImmutableList(Of X509Certificate2)