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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET