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!

DeriveBytes.GetBytes

[To be supplied.]

[Visual Basic]
MustOverride Public Function GetBytes( _
   ByVal cb As Integer _
) As Byte ()
[C#]
public abstract byte[] GetBytes(
   int cb
);
[C++]
public: virtual unsigned char* GetBytes(
   int cb
) [] = 0;
[JScript]
public abstract function GetBytes(
   cb : int
) : Byte[];

Parameters

cb
[To be supplied.]

See Also

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