コード例 #1
0
ファイル: OtherHash.cs プロジェクト: mjsir911/Disa-XMPP
 public byte[] GetHashValue()
 {
     return(otherHash == null
                         ?       sha1Hash.GetOctets()
                         :       otherHash.GetHashValue());
 }