Base:
method
UncheckedTransformFinalBlock
System.Security.Cryptography.UniversalCryptoTransform.UncheckedTransformFinalBlock(System.ReadOnlySpan<System.Byte>, System.Span<System.Byte>)
1 reference to UncheckedTransformFinalBlock
System.Security.Cryptography (1)
System\Security\Cryptography\UniversalCryptoEncryptor.cs (1)
51int written = UncheckedTransformFinalBlock(inputBuffer.AsSpan(inputOffset, inputCount), buffer);