System.Security.Cryptography.Oid Class

Represents a cryptographic object identifier. This class cannot be inherited.

See Also: Oid Members

Syntax

public sealed class Oid

Remarks

Cryptographic object identifiers consist of a value/name pair. If one property in a pair is set to a known value, the other property is updated automatically to a corresponding value. For example, if the Oid.Value property is set to "1.3.6.1.5.5.7.3.4", the Oid.FriendlyName property, which is localized, is set automatically to "Secure Email".

Requirements

Namespace: System.Security.Cryptography
Assembly: System (in System.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0