NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

SymmetricAlgorithm.FeedbackSize

[To be supplied.]

[Visual Basic]
Overridable Public Property FeedbackSize As Integer
[C#]
public int FeedbackSize {virtual get; virtual set;}
[C++]
public: __property virtual int get_FeedbackSize();
public: __property virtual void set_FeedbackSize(int);
[JScript]
public function get FeedbackSize() : int;
public function set FeedbackSize(int);

See Also

SymmetricAlgorithm Class | SymmetricAlgorithm Members | System.Security.Cryptography Namespace