Click or drag to resize

CryptographyUtilsConvertAttribute Method

Converts a default instance of X509Attribute class to a specific atrribute implementation object.

Namespace:  PKI.Utils
Assembly:  SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax
public static X509Attribute ConvertAttribute(
	X509Attribute attribute
)

Parameters

attribute
Type: System.Security.CryptographyX509Attribute
Default instance of X509Attribute class.

Return Value

Type: X509Attribute
Explicit attribute implementation if defined, otherwise, the same object is returned.
See Also