Reference.Verify(CryptoProviderFactory) 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.
Verifies that the DigestValue equals the hashed value of the TokenStream after Transforms have been applied.
public void Verify (Microsoft.IdentityModel.Tokens.CryptoProviderFactory cryptoProviderFactory);
member this.Verify : Microsoft.IdentityModel.Tokens.CryptoProviderFactory -> unit
Public Sub Verify (cryptoProviderFactory As CryptoProviderFactory)
Parameters
- cryptoProviderFactory
- CryptoProviderFactory
supplies the HashAlgorithm.
Exceptions
if cryptoProviderFactory
is null.