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