See Also

Certificate Class  | Certificate Members

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

Language

Visual Basic

C#

C++

C++/CLI

Show All

See Also Languages PowerTCP SSL Sockets for .NET

Hash Property

Dart.PowerTCP.SslSockets Namespace > Certificate Class : Hash Property

Returns the certificate's 20-byte SHA hash value.

[Visual Basic]
Public ReadOnly Property Hash As Byte()
[C#]
public byte[] Hash {get;}
[C++]
public: __property byte[]* get_Hash();
[C++/CLI]
public: property array<byte>^ Hash {    array<byte>^ get(); }

Return Type

A byte array containing the certificate's hash value.

Remarks

The hash value of a certificate is a check sum created with a hash algorithm that the recipient uses to determine if the certificate has been altered.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also

Certificate Class  | Certificate Members


Send comments on this topic.

Documentation version 1.1.2.0.

© 2008 Dart Communications.  All rights reserved.