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!

RNG_CSP Constructor (Byte[])

[To be supplied.]

[Visual Basic]
Overloads Public Sub New( _
   ByVal rgb() As Byte _
)
[C#]
public RNG_CSP(
   byte[] rgb
);
[C++]
public: RNG_CSP(
   unsigned char* rgb[]
);
[JScript]
public function RNG_CSP(
   rgb : Byte[]
);

Parameters

rgb
[To be supplied.]

See Also

RNG_CSP Class | RNG_CSP Members | System.Security.Cryptography Namespace | RNG_CSP Constructor Overload List