Show / Hide Table of Contents

Class PublicKeySet

A set of Public Keys that will be used to verify the JWT signature.

Inheritance
object
PublicKeySet
RemoteJsonWebKeySet
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
[JsonConverter(typeof(PublicKeySetModelConverter))]
public class PublicKeySet
In this article
Back to top