SignedInfo.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 the digest of all References.
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 any required cryptographic operators.
Exceptions
if cryptoProviderFactory
is null.