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!

CipherMode Enumeration

[To be supplied.]

[Visual Basic]
Public Enum CipherMode
[C#]
public enum CipherMode
[C++]
public enum CipherMode

[JScript] In JScript, you can use the enumerations in the NGWS frameworks, but you cannot define your own.

Members

Member Name Description
CBC [To be supplied.]
CFB [To be supplied.]
CTS [To be supplied.]
ECB [To be supplied.]
OFB [To be supplied.]

Requirements

Namespace: System.Security.Cryptography

Assembly: mscorlib.dll

See Also

System.Security.Cryptography Namespace