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)
148
m_hash1.
TransformFinalBlock
(EmptyArray<Byte>.Value, 0, 0);
155
m_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)
52
hash.
TransformFinalBlock
(rgbCounter, 0, 4);
system\security\cryptography\rfc2898derivebytes.cs (2)
231
m_hmac.
TransformFinalBlock
(EmptyArray<Byte>.Value, 0, 0);
238
m_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)
229
hmac.
TransformFinalBlock
(_versionSize, 0, _versionSize.Length);
397
hmac.
TransformFinalBlock
(_versionSize, 0, _versionSize.Length);
fx\src\data\System\Data\SqlClient\SqlColumnEncryptionCertificateStoreProvider.cs (3)
154
sha256.
TransformFinalBlock
(encryptedColumnEncryptionKey, 0, encryptedColumnEncryptionKey.Length - signature.Length);
226
sha256.
TransformFinalBlock
(cipherText, 0, cipherText.Length);
321
sha256.
TransformFinalBlock
(masterkeyMetadataBytes, 0, masterkeyMetadataBytes.Length);
fx\src\data\System\Data\SqlClient\SqlColumnEncryptionCngProvider.cs (2)
134
sha256.
TransformFinalBlock
(encryptedColumnEncryptionKey, 0, encryptedColumnEncryptionKey.Length - signature.Length);
206
sha256.
TransformFinalBlock
(cipherText, 0, cipherText.Length);
fx\src\data\System\Data\SqlClient\SqlColumnEncryptionCspProvider.cs (2)
140
sha256.
TransformFinalBlock
(encryptedColumnEncryptionKey, 0, encryptedColumnEncryptionKey.Length - signature.Length);
212
sha256.
TransformFinalBlock
(cipherText, 0, cipherText.Length);
System.IdentityModel (1)
System\IdentityModel\HashStream.cs (1)
78
this.hash.
TransformFinalBlock
(CryptoHelper.EmptyBuffer, 0, 0);
System.Security (2)
system\security\cryptography\xml\canonicalxml.cs (1)
112
hash.
TransformFinalBlock
(new byte[0], 0, 0);
system\security\cryptography\xml\exccanonicalxml.cs (1)
68
hash.
TransformFinalBlock
(new byte[0], 0, 0);
System.ServiceModel (2)
System\ServiceModel\Security\SspiNegotiationTokenAuthenticator.cs (1)
154
sspiState.NegotiationDigest.
TransformFinalBlock
(CryptoHelper.EmptyBuffer, 0, 0);
System\ServiceModel\Security\SspiNegotiationTokenProvider.cs (1)
149
sspiState.NegotiationDigest.
TransformFinalBlock
(CryptoHelper.EmptyBuffer, 0, 0);