Implemented interface member:
method
TransformFinalBlock
System.Security.Cryptography.ICryptoTransform.TransformFinalBlock(System.Byte[], System.Int32, System.Int32)
24 references to TransformFinalBlock
mscorlib (10)
system\security\cryptography\hmac.cs (2)
148m_hash1.TransformFinalBlock(EmptyArray<Byte>.Value, 0, 0); 155m_hash2.TransformFinalBlock(EmptyArray<Byte>.Value, 0, 0);
system\security\cryptography\passwordderivebytes.cs (1)
249_hash.TransformFinalBlock(EmptyArray<Byte>.Value, 0, 0);
system\security\cryptography\pkcs1maskgenerationmethod.cs (1)
52hash.TransformFinalBlock(rgbCounter, 0, 4);
system\security\cryptography\rfc2898derivebytes.cs (2)
231m_hmac.TransformFinalBlock(EmptyArray<Byte>.Value, 0, 0); 238m_hmac.TransformFinalBlock(EmptyArray<Byte>.Value, 0, 0);
system\security\cryptography\sha1managed.cs (1)
84_impl.TransformFinalBlock(Array.Empty<byte>(), 0, 0);
system\security\cryptography\sha256managed.cs (1)
86_impl.TransformFinalBlock(Array.Empty<byte>(), 0, 0);
system\security\cryptography\sha384managed.cs (1)
85_impl.TransformFinalBlock(Array.Empty<byte>(), 0, 0);
system\security\cryptography\sha512managed.cs (1)
77_impl.TransformFinalBlock(Array.Empty<byte>(), 0, 0);
System.Data (9)
fx\src\data\System\Data\SqlClient\SqlAeadAes256CbcHmac256Algorithm.cs (2)
229hmac.TransformFinalBlock(_versionSize, 0, _versionSize.Length); 397hmac.TransformFinalBlock(_versionSize, 0, _versionSize.Length);
fx\src\data\System\Data\SqlClient\SqlColumnEncryptionCertificateStoreProvider.cs (3)
154sha256.TransformFinalBlock(encryptedColumnEncryptionKey, 0, encryptedColumnEncryptionKey.Length - signature.Length); 226sha256.TransformFinalBlock(cipherText, 0, cipherText.Length); 321sha256.TransformFinalBlock(masterkeyMetadataBytes, 0, masterkeyMetadataBytes.Length);
fx\src\data\System\Data\SqlClient\SqlColumnEncryptionCngProvider.cs (2)
134sha256.TransformFinalBlock(encryptedColumnEncryptionKey, 0, encryptedColumnEncryptionKey.Length - signature.Length); 206sha256.TransformFinalBlock(cipherText, 0, cipherText.Length);
fx\src\data\System\Data\SqlClient\SqlColumnEncryptionCspProvider.cs (2)
140sha256.TransformFinalBlock(encryptedColumnEncryptionKey, 0, encryptedColumnEncryptionKey.Length - signature.Length); 212sha256.TransformFinalBlock(cipherText, 0, cipherText.Length);
System.IdentityModel (1)
System\IdentityModel\HashStream.cs (1)
78this.hash.TransformFinalBlock(CryptoHelper.EmptyBuffer, 0, 0);
System.Security (2)
system\security\cryptography\xml\canonicalxml.cs (1)
112hash.TransformFinalBlock(new byte[0], 0, 0);
system\security\cryptography\xml\exccanonicalxml.cs (1)
68hash.TransformFinalBlock(new byte[0], 0, 0);
System.ServiceModel (2)
System\ServiceModel\Security\SspiNegotiationTokenAuthenticator.cs (1)
154sspiState.NegotiationDigest.TransformFinalBlock(CryptoHelper.EmptyBuffer, 0, 0);
System\ServiceModel\Security\SspiNegotiationTokenProvider.cs (1)
149sspiState.NegotiationDigest.TransformFinalBlock(CryptoHelper.EmptyBuffer, 0, 0);