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!

StreamState Enumeration

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.

Members

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.

Requirements

Namespace: System.Security.Cryptography

Assembly: mscorlib.dll

See Also

System.Security.Cryptography Namespace