JsonWebKeyVerifier.Options Enum
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.
This enumeration supports a bitwise combination of its member values.
[System.Flags]
public enum JsonWebKeyVerifier.Options
[<System.Flags>]
type JsonWebKeyVerifier.Options =
Public Enum JsonWebKeyVerifier.Options
- Inheritance
-
JsonWebKeyVerifier.Options
- Attributes
Fields
Name | Value | Description |
---|---|---|
None | 0 | |
DenyPrivateKey | 1 | |
RequirePrivateKey | 2 | |
DenyIncompatibleOperations | 4 | |
DenyExtraneousFields | 8 | |
VerifyDecrypt | 1024 | |
VerifySign | 2048 | |
ThrowException | 1048576 |