[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eJwk\u003c/code\u003e class represents a JSON Web Key, as defined by RFC 7517, within the Anthos Multi-Cloud v1 API.\u003c/p\u003e\n"],["\u003cp\u003eThis document provides reference documentation and code samples for the \u003ccode\u003eJwk\u003c/code\u003e class, which is part of the \u003ccode\u003eGoogle.Cloud.GkeMultiCloud.V1\u003c/code\u003e namespace and is found in the \u003ccode\u003eGoogle.Cloud.GkeMultiCloud.V1.dll\u003c/code\u003e assembly.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eJwk\u003c/code\u003e class has various properties, including \u003ccode\u003eAlg\u003c/code\u003e, \u003ccode\u003eCrv\u003c/code\u003e, \u003ccode\u003eE\u003c/code\u003e, \u003ccode\u003eKid\u003c/code\u003e, \u003ccode\u003eKty\u003c/code\u003e, \u003ccode\u003eN\u003c/code\u003e, \u003ccode\u003eUse\u003c/code\u003e, \u003ccode\u003eX\u003c/code\u003e, and \u003ccode\u003eY\u003c/code\u003e, to define different key attributes and is used for ECDSA or RSA keys.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version of \u003ccode\u003eJwk\u003c/code\u003e is version 2.8.0, and there are multiple previous versions also available, down to 1.0.0-beta01.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eJwk\u003c/code\u003e class implements multiple interfaces including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e and has constructors for creating an empty instance or one based on another \u003ccode\u003eJwk\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,["# Anthos Multi-Cloud v1 API - Class Jwk (2.8.0)\n\nVersion latestkeyboard_arrow_down\n\n- [2.8.0 (latest)](/dotnet/docs/reference/Google.Cloud.GkeMultiCloud.V1/latest/Google.Cloud.GkeMultiCloud.V1.Jwk)\n- [2.7.0](/dotnet/docs/reference/Google.Cloud.GkeMultiCloud.V1/2.7.0/Google.Cloud.GkeMultiCloud.V1.Jwk)\n- [2.6.0](/dotnet/docs/reference/Google.Cloud.GkeMultiCloud.V1/2.6.0/Google.Cloud.GkeMultiCloud.V1.Jwk)\n- [2.5.0](/dotnet/docs/reference/Google.Cloud.GkeMultiCloud.V1/2.5.0/Google.Cloud.GkeMultiCloud.V1.Jwk)\n- [2.4.0](/dotnet/docs/reference/Google.Cloud.GkeMultiCloud.V1/2.4.0/Google.Cloud.GkeMultiCloud.V1.Jwk)\n- [2.3.0](/dotnet/docs/reference/Google.Cloud.GkeMultiCloud.V1/2.3.0/Google.Cloud.GkeMultiCloud.V1.Jwk)\n- [2.2.0](/dotnet/docs/reference/Google.Cloud.GkeMultiCloud.V1/2.2.0/Google.Cloud.GkeMultiCloud.V1.Jwk)\n- [2.1.0](/dotnet/docs/reference/Google.Cloud.GkeMultiCloud.V1/2.1.0/Google.Cloud.GkeMultiCloud.V1.Jwk)\n- [2.0.0](/dotnet/docs/reference/Google.Cloud.GkeMultiCloud.V1/2.0.0/Google.Cloud.GkeMultiCloud.V1.Jwk)\n- [1.0.0-beta01](/dotnet/docs/reference/Google.Cloud.GkeMultiCloud.V1/1.0.0-beta01/Google.Cloud.GkeMultiCloud.V1.Jwk) \n\n public sealed class Jwk : IMessage\u003cJwk\u003e, IEquatable\u003cJwk\u003e, IDeepCloneable\u003cJwk\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Anthos Multi-Cloud v1 API class Jwk.\n\nJwk is a JSON Web Key as specified in RFC 7517. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e Jwk \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[Jwk](/dotnet/docs/reference/Google.Cloud.GkeMultiCloud.V1/latest/Google.Cloud.GkeMultiCloud.V1.Jwk), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[Jwk](/dotnet/docs/reference/Google.Cloud.GkeMultiCloud.V1/latest/Google.Cloud.GkeMultiCloud.V1.Jwk), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[Jwk](/dotnet/docs/reference/Google.Cloud.GkeMultiCloud.V1/latest/Google.Cloud.GkeMultiCloud.V1.Jwk), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.GkeMultiCloud.V1](/dotnet/docs/reference/Google.Cloud.GkeMultiCloud.V1/latest/Google.Cloud.GkeMultiCloud.V1)\n\nAssembly\n--------\n\nGoogle.Cloud.GkeMultiCloud.V1.dll\n\nConstructors\n------------\n\n### Jwk()\n\n public Jwk()\n\n### Jwk(Jwk)\n\n public Jwk(Jwk other)\n\nProperties\n----------\n\n### Alg\n\n public string Alg { get; set; }\n\nAlgorithm.\n\n### Crv\n\n public string Crv { get; set; }\n\nUsed for ECDSA keys.\n\n### E\n\n public string E { get; set; }\n\nUsed for RSA keys.\n\n### Kid\n\n public string Kid { get; set; }\n\nKey ID.\n\n### Kty\n\n public string Kty { get; set; }\n\nKey Type.\n\n### N\n\n public string N { get; set; }\n\nUsed for RSA keys.\n\n### Use\n\n public string Use { get; set; }\n\nPermitted uses for the public keys.\n\n### X\n\n public string X { get; set; }\n\nUsed for ECDSA keys.\n\n### Y\n\n public string Y { get; set; }\n\nUsed for ECDSA keys."]]