1 override of FeedbackSize
System.Core (1)
System\Security\Cryptography\AesManaged.cs (1)
41
public override int
FeedbackSize
{
1 write to FeedbackSize
System.Core (1)
System\Security\Cryptography\AesManaged.cs (1)
43
set { m_impl.
FeedbackSize
= value; }
2 references to FeedbackSize
System.Core (1)
System\Security\Cryptography\AesManaged.cs (1)
42
get { return m_impl.
FeedbackSize
; }
System.IdentityModel.Selectors (1)
infocard\client\System\IdentityModel\Selectors\InfoCardSymmetricAlgorithm.cs (1)
175
symAlgo.
FeedbackSize
,