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!

PasswordDeriveBytes.GetBytes

[To be supplied.]

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

Parameters

cb
[To be supplied.]

See Also

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