JsonWebKeyVerifier 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.
public abstract class JsonWebKeyVerifier
type JsonWebKeyVerifier = class
Public MustInherit Class JsonWebKeyVerifier
Inheritance
Constructors
Properties
Methods
AddCompatibleOperations(ICollection<String>)
AddItem<T>(ICollection<T>, T)
AddUsedProperties(ICollection<String>)
GetVerifier(String)
IsAnyPrivateKeyParamSpecified(JsonWebKey, ICollection<String>)
IsOperationCompatible(String)
IsOperationValid(String)
IsPrivateKeyComplete(JsonWebKey, ICollection<String>)
IsPrivateKeyValid(JsonWebKey, String)
IsPropertyUsed(String)
IsPublicKeyComplete(JsonWebKey, ICollection<String>)
IsPublicKeyValid(JsonWebKey, String)
IsSecretKeyComplete(JsonWebKey, ICollection<String>)
IsSecretKeyValid(JsonWebKey, String)
IsSymmetricKeyComplete(JsonWebKey, ICollection<String>)
IsSymmetricKeyValid(JsonWebKey, String)
Register(JsonWebKeyVerifier)
SurroundWithQuotes(ICollection<String>)
ValidateKeyParameterSize(Byte[], String, Int32, String)
Verify(JsonWebKey, JsonWebKeyVerifier+Options, String)
VerifyByKeyType(JsonWebKey, JsonWebKeyVerifier+Options, String)
Applies to