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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET