KeySignParameters Class
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.
The key operations parameters.
public class KeySignParameters
type KeySignParameters = class
Public Class KeySignParameters
- Inheritance
-
KeySignParameters
Constructors
KeySignParameters() |
Initializes a new instance of the KeySignParameters class. |
KeySignParameters(String, Byte[]) |
Initializes a new instance of the KeySignParameters class. |
Properties
Algorithm |
Gets or sets the signing/verification algorithm identifier. For more information on possible algorithm types, see JsonWebKeySignatureAlgorithm. Possible values include: 'PS256', 'PS384', 'PS512', 'RS256', 'RS384', 'RS512', 'RSNULL', 'ES256', 'ES384', 'ES512', 'ECDSA256' |
Value |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET