SignatureHashAlgorithm Class

 

Applies To: SQL Server (starting with 2016)

Describes a signature hash algorithm and serves as a factory of HashAlgorithm instances.

Namespace:   Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices.Core (in Microsoft.AnalysisServices.Core.dll)

System::Object
  Microsoft.AnalysisServices::SignatureHashAlgorithm

public ref class SignatureHashAlgorithm sealed 

NameDescription
System_CAPS_pubpropertyName

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticCreateSha256()

System_CAPS_pubmethodSystem_CAPS_staticCreateSha384()

System_CAPS_pubmethodSystem_CAPS_staticCreateSha512()

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

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

Return to top
Show: