EncryptedKey public class EncryptedKey : Asn1Encodable, IAsn1Choice Documentation Code public virtual bool IsEncryptedValue { get; } public virtual Asn1Encodable Value { get; } public EncryptedKey(EnvelopedData envelopedData) public EncryptedKey(EncryptedValue encryptedValue) public static EncryptedKey GetInstance(object obj) public static EncryptedKey GetInstance(Asn1TaggedObject taggedObject, bool declaredExplicit) public static EncryptedKey GetTagged(Asn1TaggedObject taggedObject, bool declaredExplicit)