X509ThumbprintExtensions.IsValid(X509Thumbprint, Boolean) 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.
Checks if contents are valid
public static bool IsValid (this Microsoft.Azure.Devices.X509Thumbprint x509Thumbprint, bool throwArgumentException);
static member IsValid : Microsoft.Azure.Devices.X509Thumbprint * bool -> bool
<Extension()>
Public Function IsValid (x509Thumbprint As X509Thumbprint, throwArgumentException As Boolean) As Boolean
Parameters
- x509Thumbprint
- X509Thumbprint
The X509 thumbprint to check.
- throwArgumentException
- Boolean
A flag to indicat whether an ArgumentException should be thrown.
Returns
bool
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET