MessageCertificateX509.Hash Method (Byte[])
Hashes data by using a HashAlgorithm algorithm.
Namespace: Microsoft.ConfigurationManagement.Messaging.Framework
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public virtual byte[] Hash(
byte[] data
)
public:
virtual array<unsigned char>^ Hash(
array<unsigned char>^ data
)
Public Overridable Function Hash (
data As Byte()
) As Byte()
Parameters
data
Type: System.Byte[]Data to hash.
Return Value
Type: System.Byte[]
Hashed data.
See Also
Hash Overload
MessageCertificateX509 Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace
Return to top