Pkcs9AttributeObjectExtensionsEncode Method

Encodes current object to ASN.1-encoded byte array.

Definition

Namespace: SysadminsLV.PKI.Cryptography.Pkcs
Assembly: SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 4.0.1
C#
public static byte[] Encode(
	this Pkcs9AttributeObject attribute
)

Parameters

attribute  Pkcs9AttributeObject
An instance of Pkcs9AttributeObject to encode.

Return Value

Byte
ASN.1-encoded byte array.

Usage Note

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).

See Also