コード例 #1
0
 internal void GetDigestedBytes(IHash signer)
 {
     _c14nDoc.WriteHash(signer, DocPosition.BeforeRootElement, _ancMgr);
 }
コード例 #2
0
 internal void GetDigestedBytes(ISigner hash)
 {
     _c14nDoc.WriteHash(hash, DocPosition.BeforeRootElement, _ancMgr);
 }