Reference.ComputeDigest(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.
Computes the digest of this reference by applying the transforms over the tokenStream.
protected byte[] ComputeDigest (Microsoft.IdentityModel.Tokens.CryptoProviderFactory cryptoProviderFactory);
member this.ComputeDigest : Microsoft.IdentityModel.Tokens.CryptoProviderFactory -> byte[]
Protected Function ComputeDigest (cryptoProviderFactory As CryptoProviderFactory) As Byte()
Parameters
- cryptoProviderFactory
- CryptoProviderFactory
the CryptoProviderFactory that will supply the HashAlgorithm.
Returns
Byte[]
The digest over the TokenStream after all transforms have been applied.
Exceptions
if cryptoProviderFactory
is null.
if cryptoProviderFactory
.CreateHashAlgorithm returns null.