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!

RandomNumberGenerator.GetNonZeroBytes

[To be supplied.]

[Visual Basic]
MustOverride Public Sub GetNonZeroBytes( _
   ByVal data() As Byte _
)
[C#]
public abstract void GetNonZeroBytes(
   byte[] data
);
[C++]
public: virtual void GetNonZeroBytes(
   unsigned char* data[]
) = 0;
[JScript]
public abstract function GetNonZeroBytes(
   data : Byte[]
);

Parameters

data
[To be supplied.]

See Also

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