Beispiel #1
0
 internal int GetEstimatedLength()
 {
     Debug.Assert(Signer != null);
     return(Signer.EstimateLength());
 }