Home
last modified time | relevance | path

Searched refs:KeyPairPersistence (Results 1 – 14 of 14) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/Mono.Security/Test/Mono.Security.Cryptography/
H A DKeyPairPersistenceTest.cs45 KeyPairPersistence kpp = new KeyPairPersistence (null); in Constructor_Null()
66 KeyPairPersistence kpp = new KeyPairPersistence (cp, "<keypair/>"); in CspType()
85 KeyPairPersistence kpp = new KeyPairPersistence (cp, "<keypair/>"); in CspTypeProvider()
104 KeyPairPersistence kpp = new KeyPairPersistence (cp, "<keypair/>"); in CspTypeProviderContainer()
108 KeyPairPersistence kpp2 = new KeyPairPersistence (cp); in CspTypeProviderContainer()
126 KeyPairPersistence kpp = new KeyPairPersistence (cp, "<keypair/>"); in CspTypeProviderContainerKeyNumber()
130 KeyPairPersistence kpp2 = new KeyPairPersistence (cp); in CspTypeProviderContainerKeyNumber()
152 KeyPairPersistence kpp2 = new KeyPairPersistence (cp); in CspFlagsDefault()
174 KeyPairPersistence kpp2 = new KeyPairPersistence (cp); in CspFlagsMachine()
202 KeyPairPersistence kpp2 = new KeyPairPersistence (cp); in CspFlagsDefaultMachine()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/corlib/System.Security.Cryptography/
H A DRSACryptoServiceProvider.cs44 private KeyPairPersistence store;
106 store = new KeyPairPersistence (p); in Common()
111 store = new KeyPairPersistence (p); in Common()
466 store = new KeyPairPersistence (p); in ImportCspBlob()
H A DDSACryptoServiceProvider.cs46 private KeyPairPersistence store;
105 store = new KeyPairPersistence (p); in Common()
111 store = new KeyPairPersistence (parameters); in Common()
/dports/lang/mono/mono-5.10.1.57/mcs/tools/mono-configuration-crypto/lib/Mono.Configuration.Crypto/
H A DKey.cs17 KeyPairPersistence keypair;
99 var kpp = new KeyPairPersistence (csp, KeyValue); in Save()
H A DKeyContainer.cs72 var kpp = new KeyPairPersistence (csp, String.Empty); in RemoveFromDisk()
/dports/lang/mono/mono-5.10.1.57/mcs/class/Mono.Security/Mono.Security.Cryptography/
H A DKeyPairPersistence.cs99 class KeyPairPersistence { class
114 public KeyPairPersistence (CspParameters parameters) in KeyPairPersistence() method in Mono.Security.Cryptography.KeyPairPersistence
119 public KeyPairPersistence (CspParameters parameters, string keyPair) in KeyPairPersistence() method in Mono.Security.Cryptography.KeyPairPersistence
/dports/lang/mono/mono-5.10.1.57/mcs/class/Mono.Security/Mono.Security.X509/
H A DX509Store.cs343 KeyPairPersistence kpp = new KeyPairPersistence (cspParams); in LoadCertificate()
/dports/lang/mono/mono-5.10.1.57/mcs/tools/security/
H A Dcertmgr.cs400 KeyPairPersistence kpp = new KeyPairPersistence (cspParams); in DisplayCertificate()
/dports/lang/mono/mono-5.10.1.57/mcs/class/Mono.Security/
H A DMono.Security.dll.sources28 ./Mono.Security.Cryptography/KeyPairPersistence.cs
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/net_4_x/
H A DMono.Security.cs491 public partial class KeyPairPersistence class
493 public KeyPairPersistence(System.Security.Cryptography.CspParameters parameters) { } in KeyPairPersistence() method in Mono.Security.Cryptography.KeyPairPersistence
494 …public KeyPairPersistence(System.Security.Cryptography.CspParameters parameters, string keyPair) {… in KeyPairPersistence() method in Mono.Security.Cryptography.KeyPairPersistence
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/mono/
H A DMono.Security.cs492 public partial class KeyPairPersistence class
494 public KeyPairPersistence(System.Security.Cryptography.CspParameters parameters) { } in KeyPairPersistence() method in Mono.Security.Cryptography.KeyPairPersistence
495 …public KeyPairPersistence(System.Security.Cryptography.CspParameters parameters, string keyPair) {… in KeyPairPersistence() method in Mono.Security.Cryptography.KeyPairPersistence
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/monodroid/
H A DMono.Security.cs491 public partial class KeyPairPersistence class
493 public KeyPairPersistence(System.Security.Cryptography.CspParameters parameters) { } in KeyPairPersistence() method in Mono.Security.Cryptography.KeyPairPersistence
494 …public KeyPairPersistence(System.Security.Cryptography.CspParameters parameters, string keyPair) {… in KeyPairPersistence() method in Mono.Security.Cryptography.KeyPairPersistence
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/monotouch/
H A DMono.Security.cs494 public partial class KeyPairPersistence class
496 public KeyPairPersistence(System.Security.Cryptography.CspParameters parameters) { } in KeyPairPersistence() method in Mono.Security.Cryptography.KeyPairPersistence
497 …public KeyPairPersistence(System.Security.Cryptography.CspParameters parameters, string keyPair) {… in KeyPairPersistence() method in Mono.Security.Cryptography.KeyPairPersistence
/dports/lang/mono/mono-5.10.1.57/mcs/class/corlib/
H A Dcorlib.dll.sources56 ../Mono.Security/Mono.Security.Cryptography/KeyPairPersistence.cs