Share via


JsonWebKey.IsValid Method ()

 

Determines if the JsonWebKey object is valid according to the rules for each of the possible JsonWebKeyType. For more information, see JsonWebKeyType.

Namespace:   Microsoft.Azure.KeyVault.WebKey
Assembly:  Microsoft.Azure.KeyVault (in Microsoft.Azure.KeyVault.dll)

Syntax

public virtual bool IsValid()
public:
virtual bool IsValid()
abstract IsValid : unit -> bool
override IsValid : unit -> bool
Public Overridable Function IsValid As Boolean

Return Value

Type: System.Boolean

true if the JsonWebKeyis valid; otherwise, false.

See Also

JsonWebKey Class
Microsoft.Azure.KeyVault.WebKey Namespace

Return to top