Show / Hide Table of Contents

Class StaticPublicKeySet

A set of static public keys that will be used to verify the JWT signature.

Inheritance
object
PublicKeySet
StaticPublicKeySet
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.ApigatewayService.Models
Assembly: OCI.DotNetSDK.Apigateway.dll
Syntax
public class StaticPublicKeySet : PublicKeySet

Properties

Keys

Declaration
[JsonProperty(PropertyName = "keys")]
public List<StaticPublicKey> Keys { get; set; }
Property Value
Type Description
List<StaticPublicKey>

The set of static public keys.

In this article
Back to top