7 writes to Length
System.IdentityModel.Selectors (7)
infocard\client\System\IdentityModel\Selectors\InfoCardKeyedHashAlgorithm.cs (1)
205
pOutData.
Length
= cbOutData;
infocard\client\System\IdentityModel\Selectors\InfoCardRSACryptoProvider.cs (3)
101
pOutData.
Length
= cbOutData;
134
pOutData.
Length
= cbOutData;
169
pSig.
Length
= cbSig;
infocard\client\System\IdentityModel\Selectors\InfoCardSymmetricAlgorithm.cs (2)
250
pOutData.
Length
= cbOutData;
298
pOutData.
Length
= cbOutData;
infocard\client\System\IdentityModel\Selectors\InfoCardSymmetricCrypto.cs (1)
143
pDerivedKey.
Length
= cbDerivedKey;
13 references to Length
System.IdentityModel.Selectors (13)
infocard\client\System\IdentityModel\Selectors\InfoCardKeyedHashAlgorithm.cs (2)
206
outData = DiagnosticUtility.Utility.AllocateByteArray(pOutData.
Length
);
209
Marshal.Copy(pOutData.DangerousGetHandle(), outData, 0, pOutData.
Length
);
infocard\client\System\IdentityModel\Selectors\InfoCardRSACryptoProvider.cs (6)
102
outData = DiagnosticUtility.Utility.AllocateByteArray(pOutData.
Length
);
105
Marshal.Copy(pOutData.DangerousGetHandle(), outData, 0, pOutData.
Length
);
135
outData = DiagnosticUtility.Utility.AllocateByteArray(pOutData.
Length
);
136
Marshal.Copy(pOutData.DangerousGetHandle(), outData, 0, pOutData.
Length
);
170
sig = DiagnosticUtility.Utility.AllocateByteArray(pSig.
Length
);
173
Marshal.Copy(pSig.DangerousGetHandle(), sig, 0, pSig.
Length
);
infocard\client\System\IdentityModel\Selectors\InfoCardSymmetricAlgorithm.cs (3)
253
Marshal.Copy(pOutData.DangerousGetHandle(), outputBuffer, outputOffset, pOutData.
Length
);
299
outData = DiagnosticUtility.Utility.AllocateByteArray(pOutData.
Length
);
302
Marshal.Copy(pOutData.DangerousGetHandle(), outData, 0, pOutData.
Length
);
infocard\client\System\IdentityModel\Selectors\InfoCardSymmetricCrypto.cs (2)
144
derivedKey = new byte[pDerivedKey.
Length
];
147
Marshal.Copy(pDerivedKey.DangerousGetHandle(), derivedKey, 0, pDerivedKey.
Length
);