Click or drag to resize

OidExtensionsGetHashCode2 Method

Gets hash code for the current OID object.

Namespace:  SysadminsLV.PKI.Utils.CLRExtensions
Assembly:  SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax
public static int GetHashCode2(
	this Oid oid
)

Parameters

oid
Type: System.Security.CryptographyOid

Return Value

Type: Int32

[Missing <returns> documentation for "M:SysadminsLV.PKI.Utils.CLRExtensions.OidExtensions.GetHashCode2(System.Security.Cryptography.Oid)"]

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type Oid. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
Remarks
Original Oid class do not override GetHashCode method.
See Also