CodeTransparencyVerificationKeySet Constructor
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.
Initializes a new instance of CodeTransparencyVerificationKeySet.
public CodeTransparencyVerificationKeySet(System.Collections.Generic.IEnumerable<Azure.Security.CodeTransparency.CodeTransparencyVerificationKey> keys);
new Azure.Security.CodeTransparency.CodeTransparencyVerificationKeySet : seq<Azure.Security.CodeTransparency.CodeTransparencyVerificationKey> -> Azure.Security.CodeTransparency.CodeTransparencyVerificationKeySet
Public Sub New (keys As IEnumerable(Of CodeTransparencyVerificationKey))
Parameters
The verification keys. Every key must have a non-empty, unique key ID.
Exceptions
keys is null.
A key is null, has a missing key ID, or duplicates another key ID.