Beispiel #1
0
 public KeyInfoEncryptedKey(System.Security.Cryptography.Xml.EncryptedKey encryptedKey)
 {
 }
Beispiel #2
0
 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);
 }
Beispiel #5
0
 public override void LoadXml(XmlElement value)
 {
     this.m_encryptedKey = new System.Security.Cryptography.Xml.EncryptedKey();
     this.m_encryptedKey.LoadXml(value);
 }