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!

CryptoConfig.EncodeOID

[To be supplied.]

[Visual Basic]
Public Shared Function EncodeOID( _
   ByVal str As String _
) As Byte ()
[C#]
public static byte[] EncodeOID(
   string str
);
[C++]
public: static unsigned char* EncodeOID(
   String* str
) [];
[JScript]
public static function EncodeOID(
   str : String
) : Byte[];

Parameters

str
[To be supplied.]

See Also

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