Home
last modified time | relevance | path

Searched refs:KeyInfoEncryptedKey (Results 1 – 24 of 24) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/
H A DKeyInfoEncryptedKey.cs15 public class KeyInfoEncryptedKey : KeyInfoClause class
19 public KeyInfoEncryptedKey() { } in KeyInfoEncryptedKey() method in System.Security.Cryptography.Xml.KeyInfoEncryptedKey
21 public KeyInfoEncryptedKey(EncryptedKey encryptedKey) in KeyInfoEncryptedKey() method in System.Security.Cryptography.Xml.KeyInfoEncryptedKey
H A DEncryptedXml.cs301 KeyInfoEncryptedKey kiEncKey; in GetDecryptionKey()
341 kiEncKey = keyInfoEnum.Current as KeyInfoEncryptedKey; in GetDecryptionKey()
383 KeyInfoEncryptedKey kiEncKey; in DecryptEncryptedKey()
450 kiEncKey = keyInfoEnum.Current as KeyInfoEncryptedKey; in DecryptEncryptedKey()
520 KeyInfoEncryptedKey kek = new KeyInfoEncryptedKey(ek); in Encrypt()
595 KeyInfoEncryptedKey kek = new KeyInfoEncryptedKey(ek); in Encrypt()
H A DCryptoHelpers.cs48 return new KeyInfoEncryptedKey(); in CreateFromName()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Security.Cryptography.Xml/tests/
H A DXmlLicenseEncryptedRef.cs52 if (clause is KeyInfoEncryptedKey) in Decrypt()
54 KeyInfoEncryptedKey encryptedKeyInfo = clause as KeyInfoEncryptedKey; in Decrypt()
171 new KeyInfoEncryptedKey( in Encrypt()
H A DEncryptedXmlTest.cs194 edata.KeyInfo.AddClause(new KeyInfoEncryptedKey(ekey)); in RoundtripSample1()
453 edata.KeyInfo.AddClause(new KeyInfoEncryptedKey(new EncryptedKey())); in GetDecryptionKey_NoEncryptionMethod()
826 topLevelKeyInfo.AddClause(new KeyInfoEncryptedKey(ekey)); in DecryptEncryptedKey_KeyInfoEncryptedKey()
1014 KeyInfoEncryptedKey kiEncKey = keyInfoEnum.Current as KeyInfoEncryptedKey; in CheckEncryptionMethod()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Configuration/System/Configuration/
H A DFipsAwareEncryptedXml.cs34 KeyInfoEncryptedKey kiEncKey = ki as KeyInfoEncryptedKey; in GetDecryptionKey()
H A DRSAProtectedConfigurationProvider.cs50 KeyInfoEncryptedKey kek; in Encrypt()
78 kek = new KeyInfoEncryptedKey(ek); in Encrypt()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Configuration.ConfigurationManager/src/System/Configuration/
H A DRsaProtectedConfigurationProvider.cs96 KeyInfoEncryptedKey kek; in Encrypt()
125 kek = new KeyInfoEncryptedKey(ek); in Encrypt()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Security.Cryptography.Xml/tests/Samples/
H A DEncryptingDecryptingAsymmetric.cs61 encryptedData.KeyInfo.AddClause(new KeyInfoEncryptedKey(encryptedKey)); in Encrypt()
H A DEncryptingDecryptingSymmetricKeyWrap.cs57 encryptedData.KeyInfo.AddClause(new KeyInfoEncryptedKey(encryptedKey)); in Encrypt()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Security.Cryptography.Xml/ref/
H A DSystem.Security.Cryptography.Xml.cs214 public partial class KeyInfoEncryptedKey : System.Security.Cryptography.Xml.KeyInfoClause class
216 public KeyInfoEncryptedKey() { } in KeyInfoEncryptedKey() method in System.Security.Cryptography.Xml.KeyInfoEncryptedKey
217 public KeyInfoEncryptedKey(System.Security.Cryptography.Xml.EncryptedKey encryptedKey) { } in KeyInfoEncryptedKey() method in System.Security.Cryptography.Xml.KeyInfoEncryptedKey
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Security/Test/System.Security.Cryptography.Xml/
H A DEncryptedXmlTest.cs117 edata.KeyInfo.AddClause (new KeyInfoEncryptedKey (ekey)); in RoundtripSample1()
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5.2/
H A DSystem.Security.cs693 public partial class KeyInfoEncryptedKey : System.Security.Cryptography.Xml.KeyInfoClause class
695 public KeyInfoEncryptedKey() { } in KeyInfoEncryptedKey() method in System.Security.Cryptography.Xml.KeyInfoEncryptedKey
696 public KeyInfoEncryptedKey(System.Security.Cryptography.Xml.EncryptedKey encryptedKey) { } in KeyInfoEncryptedKey() method in System.Security.Cryptography.Xml.KeyInfoEncryptedKey
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6.1/
H A DSystem.Security.cs695 public partial class KeyInfoEncryptedKey : System.Security.Cryptography.Xml.KeyInfoClause class
697 public KeyInfoEncryptedKey() { } in KeyInfoEncryptedKey() method in System.Security.Cryptography.Xml.KeyInfoEncryptedKey
698 public KeyInfoEncryptedKey(System.Security.Cryptography.Xml.EncryptedKey encryptedKey) { } in KeyInfoEncryptedKey() method in System.Security.Cryptography.Xml.KeyInfoEncryptedKey
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5/
H A DSystem.Security.cs693 public partial class KeyInfoEncryptedKey : System.Security.Cryptography.Xml.KeyInfoClause class
695 public KeyInfoEncryptedKey() { } in KeyInfoEncryptedKey() method in System.Security.Cryptography.Xml.KeyInfoEncryptedKey
696 public KeyInfoEncryptedKey(System.Security.Cryptography.Xml.EncryptedKey encryptedKey) { } in KeyInfoEncryptedKey() method in System.Security.Cryptography.Xml.KeyInfoEncryptedKey
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5.1/
H A DSystem.Security.cs693 public partial class KeyInfoEncryptedKey : System.Security.Cryptography.Xml.KeyInfoClause class
695 public KeyInfoEncryptedKey() { } in KeyInfoEncryptedKey() method in System.Security.Cryptography.Xml.KeyInfoEncryptedKey
696 public KeyInfoEncryptedKey(System.Security.Cryptography.Xml.EncryptedKey encryptedKey) { } in KeyInfoEncryptedKey() method in System.Security.Cryptography.Xml.KeyInfoEncryptedKey
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.0/
H A DSystem.Security.cs670 public partial class KeyInfoEncryptedKey : System.Security.Cryptography.Xml.KeyInfoClause class
672 public KeyInfoEncryptedKey() { } in KeyInfoEncryptedKey() method in System.Security.Cryptography.Xml.KeyInfoEncryptedKey
673 public KeyInfoEncryptedKey(System.Security.Cryptography.Xml.EncryptedKey ek) { } in KeyInfoEncryptedKey() method in System.Security.Cryptography.Xml.KeyInfoEncryptedKey
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/net_4_x/
H A DSystem.Security.cs671 public partial class KeyInfoEncryptedKey : System.Security.Cryptography.Xml.KeyInfoClause class
673 public KeyInfoEncryptedKey() { } in KeyInfoEncryptedKey() method in System.Security.Cryptography.Xml.KeyInfoEncryptedKey
674 public KeyInfoEncryptedKey(System.Security.Cryptography.Xml.EncryptedKey encryptedKey) { } in KeyInfoEncryptedKey() method in System.Security.Cryptography.Xml.KeyInfoEncryptedKey
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v2.0/
H A DSystem.Security.cs671 public partial class KeyInfoEncryptedKey : System.Security.Cryptography.Xml.KeyInfoClause class
673 public KeyInfoEncryptedKey() { } in KeyInfoEncryptedKey() method in System.Security.Cryptography.Xml.KeyInfoEncryptedKey
674 public KeyInfoEncryptedKey(System.Security.Cryptography.Xml.EncryptedKey ek) { } in KeyInfoEncryptedKey() method in System.Security.Cryptography.Xml.KeyInfoEncryptedKey
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6.2/
H A DSystem.Security.cs695 public partial class KeyInfoEncryptedKey : System.Security.Cryptography.Xml.KeyInfoClause class
697 public KeyInfoEncryptedKey() { } in KeyInfoEncryptedKey() method in System.Security.Cryptography.Xml.KeyInfoEncryptedKey
698 public KeyInfoEncryptedKey(System.Security.Cryptography.Xml.EncryptedKey encryptedKey) { } in KeyInfoEncryptedKey() method in System.Security.Cryptography.Xml.KeyInfoEncryptedKey
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6/
H A DSystem.Security.cs695 public partial class KeyInfoEncryptedKey : System.Security.Cryptography.Xml.KeyInfoClause class
697 public KeyInfoEncryptedKey() { } in KeyInfoEncryptedKey() method in System.Security.Cryptography.Xml.KeyInfoEncryptedKey
698 public KeyInfoEncryptedKey(System.Security.Cryptography.Xml.EncryptedKey encryptedKey) { } in KeyInfoEncryptedKey() method in System.Security.Cryptography.Xml.KeyInfoEncryptedKey
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Security/
H A DSystem.Security.dll.sources56 …fx/src/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoEncryptedKey.cs
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.7/
H A DSystem.Security.cs692 public partial class KeyInfoEncryptedKey : System.Security.Cryptography.Xml.KeyInfoClause class
694 public KeyInfoEncryptedKey() { } in KeyInfoEncryptedKey() method in System.Security.Cryptography.Xml.KeyInfoEncryptedKey
695 public KeyInfoEncryptedKey(System.Security.Cryptography.Xml.EncryptedKey encryptedKey) { } in KeyInfoEncryptedKey() method in System.Security.Cryptography.Xml.KeyInfoEncryptedKey
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.7.1/
H A DSystem.Security.cs692 public partial class KeyInfoEncryptedKey : System.Security.Cryptography.Xml.KeyInfoClause class
694 public KeyInfoEncryptedKey() { } in KeyInfoEncryptedKey() method in System.Security.Cryptography.Xml.KeyInfoEncryptedKey
695 public KeyInfoEncryptedKey(System.Security.Cryptography.Xml.EncryptedKey encryptedKey) { } in KeyInfoEncryptedKey() method in System.Security.Cryptography.Xml.KeyInfoEncryptedKey