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
)
Public Shared Function ConvertAttribute (
attribute As X509Attribute
) As X509Attribute
public:
static X509Attribute^ ConvertAttribute(
X509Attribute^ attribute
)
static member ConvertAttribute :
attribute : X509Attribute -> X509Attribute
Parameters
- attribute
- Type: System.Security.CryptographyX509Attribute
Default instance of X509Attribute class.
Return Value
Type:
X509AttributeExplicit attribute implementation if defined, otherwise, the same object is returned.
See Also