Interface ICertificate
.NET interface skeleton to be manually developed following https://docs.oracle.com/javase/8/docs/api/java/security/Certificate.html
public interface ICertificate
- Extension Methods
Properties
Format
String Format { get; }
Property Value
Guarantor
Principal Guarantor { get; }
Property Value
Principal
Principal Principal { get; }
Property Value
PublicKey
PublicKey PublicKey { get; }
Property Value
Methods
Decode(InputStream)
https://docs.oracle.com/javase/8/docs/api/java/security/Certificate.html#decode-java.io.InputStream-
void Decode(InputStream arg0)
Parameters
arg0InputStream
Exceptions
Encode(OutputStream)
void Encode(OutputStream arg0)
Parameters
arg0OutputStream
Exceptions
ToString(bool)
String ToString(bool arg0)