ICryptographyProvider Interface

 

Represents an interface for the cryptography provider.

Namespace:   Microsoft.WindowsAzure.Common.Platform
Assembly:  Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)

Syntax

public interface ICryptographyProvider
public interface class ICryptographyProvider
type ICryptographyProvider = interface end
Public Interface ICryptographyProvider

Methods

Name Description
ComputeHmacSha256Hash(Byte[], Byte[])

Computes the Hash-based Message Authentication Code (HMAC) by using the sha256 hash function.

See Also

Microsoft.WindowsAzure.Common.Platform Namespace

Return to top