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();
A byte array containing the certificate's hash value.
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.
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Certificate Class | Certificate Members
Send comments on this topic.
Documentation version 1.1.2.0.
© 2008 Dart Communications. All rights reserved.