TrustedAuthority public sealed class TrustedAuthority Documentation Code public object Identifier { get; } public short IdentifierType { get; } public X509Name X509Name { get; } public TrustedAuthority(short identifierType, object identifier) public static TrustedAuthority Parse(Stream input) Parse a TrustedAuthority from a Stream. public void Encode(Stream output) Encode this TrustedAuthority to a Stream. public byte[] GetCertSha1Hash() public byte[] GetKeySha1Hash()