Cryptography Class

 

Represents the cryptography of libraries.

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

Inheritance Hierarchy

System.Object
  Microsoft.WindowsAzure.Common.Internals.Cryptography

Syntax

public static class Cryptography
public ref class Cryptography abstract sealed 
[<AbstractClass>]
[<Sealed>]
type Cryptography = class end
Public NotInheritable Class Cryptography

Methods

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

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

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.WindowsAzure.Common.Internals Namespace

Return to top