public KeyInfoEncryptedKey(System.Security.Cryptography.Xml.EncryptedKey encryptedKey) { }
public virtual byte[] DecryptEncryptedKey(System.Security.Cryptography.Xml.EncryptedKey encryptedKey) { throw null; }
public KeyInfoEncryptedKey(System.Security.Cryptography.Xml.EncryptedKey encryptedKey) { this.m_encryptedKey = encryptedKey; }
public override void LoadXml(XmlElement value) { this.m_encryptedKey = new System.Security.Cryptography.Xml.EncryptedKey(); this.m_encryptedKey.LoadXml(value); }