PKCS12Attribute.GetEncoded Method

Definition

Returns the attribute's ASN.

[Android.Runtime.Register("getEncoded", "()[B", "", ApiSince=26)]
public byte[]? GetEncoded ();
[<Android.Runtime.Register("getEncoded", "()[B", "", ApiSince=26)>]
member this.GetEncoded : unit -> byte[]

Returns

Byte[]

a clone of the attribute's DER encoding

Attributes

Remarks

Returns the attribute's ASN.1 DER encoding.

Java documentation for java.security.PKCS12Attribute.getEncoded().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to