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