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)
- 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
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET