JWKHeader Constructors
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.
Overloads
JWKHeader() | |
JWKHeader(String, String, String, String, String) |
JWKHeader()
JWKHeader(String, String, String, String, String)
- Source:
- JWKHeader.cs
public JWKHeader (string crv = default, string kid = default, string kty = default, string x = default, string y = default);
new Microsoft.Azure.ContainerRegistry.Models.JWKHeader : string * string * string * string * string -> Microsoft.Azure.ContainerRegistry.Models.JWKHeader
Public Sub New (Optional crv As String = Nothing, Optional kid As String = Nothing, Optional kty As String = Nothing, Optional x As String = Nothing, Optional y As String = Nothing)
Parameters
- crv
- String
- kid
- String
- kty
- String
- x
- String
- y
- String
Applies to
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.