JsonWebKeyVerifier.IsPrivateKeyValid(JsonWebKey, String) 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 virtual bool IsPrivateKeyValid (Microsoft.Azure.KeyVault.WebKey.JsonWebKey webKey, ref string errorMsg);
abstract member IsPrivateKeyValid : Microsoft.Azure.KeyVault.WebKey.JsonWebKey * string -> bool
override this.IsPrivateKeyValid : Microsoft.Azure.KeyVault.WebKey.JsonWebKey * string -> bool
Public Overridable Function IsPrivateKeyValid (webKey As JsonWebKey, ByRef errorMsg As String) As Boolean
Parameters
- webKey
- JsonWebKey
- errorMsg
- String