Represents the state of a crypto stream object.
[Visual Basic] Public Enum StreamState [C#] public enum StreamState [C++] public enum StreamState
[JScript] In JScript, you can use the enumerations in the NGWS frameworks, but you cannot define your own.
Member Name | Description |
---|---|
Finalized | State of a new cryptographic stream object that has been closed and may not accept further input. |
New | State of a new cryptographic stream object that is being or has been initialized but has yet to process any actual data. |
Started | State of a new cryptographic stream object that has begun processing data. |
Namespace: System.Security.Cryptography
Assembly: mscorlib.dll