コード例 #1
0
        public byte[] HashFinal()
        {
            Contract.Ensures(Contract.Result <byte[]>() != null);
            Contract.Assert(m_hashHandle != null);

            return(CapiNative.GetHashParameter(m_hashHandle, CapiNative.HashParameter.HashValue));
        }
コード例 #2
0
 public byte[] HashFinal()
 {
     return(CapiNative.GetHashParameter(this.m_hashHandle, CapiNative.HashParameter.HashValue));
 }