JsonWebKeyVerifier.VerifyByKeyType Method
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 static bool VerifyByKeyType (Microsoft.Azure.KeyVault.WebKey.JsonWebKey webKey, Microsoft.Azure.KeyVault.WebKey.JsonWebKeyVerifier.Options options, ref string error);
static member VerifyByKeyType : Microsoft.Azure.KeyVault.WebKey.JsonWebKey * Microsoft.Azure.KeyVault.WebKey.JsonWebKeyVerifier.Options * string -> bool
Public Shared Function VerifyByKeyType (webKey As JsonWebKey, options As JsonWebKeyVerifier.Options, ByRef error As String) As Boolean
Parameters
- webKey
- JsonWebKey
- options
- JsonWebKeyVerifier.Options
- error
- String