CryptoConfig: EncodeOID

EncodeOID

Returns the encoded version of an Object Identifier.



 Public Function EncodeOID(
	  ByRef Str As String ) As Byte ( )

Parameters

Str
[ByRef] String. The object identifier as described in the X.690 standard.

Return Values

Byte() -  An encoded version of the object identifier as described in the X.690 standard.

Exceptions

Exception Condition
CryptoGraphicExceptionAn error occurred while encoding the OID.

See Also

Project CorLib Overview

Class CryptoConfig Overview