Initializes an instance of a SecureMimeCapability with no parameters.

Namespace:  Rebex.Security.Cryptography.Pkcs
Assembly:  Rebex.Common (in Rebex.Common.dll)

Syntax

Visual Basic
Public Sub New ( _
	oid As ObjectIdentifier _
)
C#
public SecureMimeCapability(
	ObjectIdentifier oid
)

Parameters

oid
Type: Rebex.Security.Cryptography..::..ObjectIdentifier
The object identifier that identifies the S//MIME capability.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also