2 instantiations of DSACspObject
mscorlib (2)
system\security\cryptography\dsacryptoserviceprovider.cs (2)
200DSACspObject dsaCspObject = new DSACspObject(); 357DSACspObject dsaCspObject = new DSACspObject();
5 references to DSACspObject
mscorlib (5)
system\security\cryptography\dsacryptoserviceprovider.cs (5)
200DSACspObject dsaCspObject = new DSACspObject(); 216DSACspObject dsaCspObject = DSAStructToObject(parameters); 343private static DSAParameters DSAObjectToStruct (DSACspObject dsaCspObject) { 356private static DSACspObject DSAStructToObject (DSAParameters dsaParams) { 357DSACspObject dsaCspObject = new DSACspObject();