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!

PKCS7StreamFormatter.Write (Byte[])

[To be supplied.]

[Visual Basic]
Overloads Overrides Public Sub Write( _
   ByVal rgbInputData() As Byte _
)
[C#]
public override void Write(
   byte[] rgbInputData
);
[C++]
public: override void Write(
   unsigned char* rgbInputData[]
);
[JScript]
public override function Write(
   rgbInputData : Byte[]
);

Parameters

rgbInputData
[To be supplied.]

See Also

PKCS7StreamFormatter Class | PKCS7StreamFormatter Members | System.Security.Cryptography Namespace | PKCS7StreamFormatter.Write Overload List