2 references to GetDerLengthLength
System.Security.Cryptography (2)
System\Security\Cryptography\AsymmetricAlgorithmHelpers.Der.cs (2)
120
int segmentSize = 2 +
GetDerLengthLength
(paddedFieldSizeBytes) + paddedFieldSizeBytes;
122
int sequenceSize = 2 +
GetDerLengthLength
(payloadSize) + payloadSize;