CryptographyUtilsConvertAttribute Method
Converts a default instance of
Pkcs9AttributeObject class to a specific attribute implementation object.
Namespace: SysadminsLV.PKI.UtilsAssembly: SysadminsLV.PKI.Win (in SysadminsLV.PKI.Win.dll) Version: 4.0.1.0 (4.0.1.0)
public static Pkcs9AttributeObject ConvertAttribute(
this Pkcs9AttributeObject attribute
)
<ExtensionAttribute>
Public Shared Function ConvertAttribute (
attribute As Pkcs9AttributeObject
) As Pkcs9AttributeObject
public:
[ExtensionAttribute]
static Pkcs9AttributeObject^ ConvertAttribute(
Pkcs9AttributeObject^ attribute
)
[<ExtensionAttribute>]
static member ConvertAttribute :
attribute : Pkcs9AttributeObject -> Pkcs9AttributeObject
- attribute Pkcs9AttributeObject
- Default instance of Pkcs9AttributeObject class.
Pkcs9AttributeObjectExplicit attribute implementation if defined, otherwise, the same object is returned.In Visual Basic and C#, you can call this method as an instance method on any object of type
Pkcs9AttributeObject. 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).