CertPath.GetEncoded
CertPath.GetEncoded
Method
Definition
Overloads
GetEncoded() GetEncoded() |
Returns an encoding of the |
GetEncoded(String) GetEncoded(String) |
Returns an encoding of this |
GetEncoded() GetEncoded()
Returns an encoding of the CertPath
using the default encoding.
[Android.Runtime.Register("getEncoded", "()[B", "GetGetEncodedHandler")]
public abstract byte[] GetEncoded ();
abstract member GetEncoded : unit -> byte[]
Returns
Exceptions
if the encoding fails.
Remarks
Portions of this page are modifications based on work created and shared by the
GetEncoded(String) GetEncoded(String)
Returns an encoding of this CertPath
using the given
encoding
from Encodings.
[Android.Runtime.Register("getEncoded", "(Ljava/lang/String;)[B", "GetGetEncoded_Ljava_lang_String_Handler")]
public abstract byte[] GetEncoded (string encoding);
abstract member GetEncoded : string -> byte[]
Parameters
Returns
Exceptions
if the encoding fails.
Remarks
Portions of this page are modifications based on work created and shared by the