3 references to SignatureSize
System (3)
net\System\Net\_DigestClient.cs (3)
219
int blobBegin = index +
SignatureSize
;
464
int blobBegin = index +
SignatureSize
;
791
startingPoint = startingPoint==-1 ? 0 : startingPoint + DigestClient.
SignatureSize
;