KeyVerifyParameters 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
KeyVerifyParameters()
KeyVerifyParameters(String, Byte[], Byte[])
- Source:
- KeyVerifyParameters.cs
public KeyVerifyParameters(string algorithm, byte[] digest, byte[] signature);
new Microsoft.Azure.KeyVault.Models.KeyVerifyParameters : string * byte[] * byte[] -> Microsoft.Azure.KeyVault.Models.KeyVerifyParameters
Public Sub New (algorithm As String, digest As Byte(), signature As Byte())
Parameters
- algorithm
- System.String
- digest
- System.Byte[]
- signature
- System.Byte[]