AttestationServiceCreationSpecificParams.PolicySigningCertificatesKeys 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.
The value of the "keys" parameter is an array of JWK values. By default, the order of the JWK values within the array does not imply an order of preference among them, although applications of JWK Sets can choose to assign a meaning to the order for their purposes, if desired.
public System.Collections.Generic.IList<Azure.ResourceManager.Attestation.Models.JsonWebKey> PolicySigningCertificatesKeys { get; }
member this.PolicySigningCertificatesKeys : System.Collections.Generic.IList<Azure.ResourceManager.Attestation.Models.JsonWebKey>
Public ReadOnly Property PolicySigningCertificatesKeys As IList(Of JsonWebKey)
Property Value
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET