ImageSignature 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
ImageSignature() | |
ImageSignature(JWK, String, String) |
ImageSignature()
ImageSignature(JWK, String, String)
- Source:
- ImageSignature.cs
public ImageSignature (Microsoft.Azure.ContainerRegistry.Models.JWK header = default, string signature = default, string protectedProperty = default);
new Microsoft.Azure.ContainerRegistry.Models.ImageSignature : Microsoft.Azure.ContainerRegistry.Models.JWK * string * string -> Microsoft.Azure.ContainerRegistry.Models.ImageSignature
Public Sub New (Optional header As JWK = Nothing, Optional signature As String = Nothing, Optional protectedProperty As String = Nothing)
Parameters
- header
- JWK
- signature
- String
- protectedProperty
- String