Click or drag to resize
JsonWebKeyExtensionsToJwkString Method

[Missing <summary> documentation for "M:Intuit.Ipp.OAuth2PlatformClient.JsonWebKeyExtensions.ToJwkString(Intuit.Ipp.OAuth2PlatformClient.JsonWebKey)"]

Namespace:  Intuit.Ipp.OAuth2PlatformClient
Assembly:  Intuit.Ipp.OAuth2PlatformClient (in Intuit.Ipp.OAuth2PlatformClient.dll) Version: 4.0.0.0 (4.0.0.0)
Syntax
C#
public static string ToJwkString(
	this JsonWebKey key
)

Parameters

key
Type: Intuit.Ipp.OAuth2PlatformClientJsonWebKey

[Missing <param name="key"/> documentation for "M:Intuit.Ipp.OAuth2PlatformClient.JsonWebKeyExtensions.ToJwkString(Intuit.Ipp.OAuth2PlatformClient.JsonWebKey)"]

Return Value

Type: String

[Missing <returns> documentation for "M:Intuit.Ipp.OAuth2PlatformClient.JsonWebKeyExtensions.ToJwkString(Intuit.Ipp.OAuth2PlatformClient.JsonWebKey)"]

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type JsonWebKey. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also