31 references to NoFlags
mscorlib (23)
system\security\cryptography\dsacryptoserviceprovider.cs (4)
173KeyContainerPermission kp = new KeyContainerPermission(KeyContainerPermissionFlags.NoFlags); 195KeyContainerPermission kp = new KeyContainerPermission(KeyContainerPermissionFlags.NoFlags); 226KeyContainerPermission kp = new KeyContainerPermission(KeyContainerPermissionFlags.NoFlags); 315KeyContainerPermission kp = new KeyContainerPermission(KeyContainerPermissionFlags.NoFlags);
system\security\cryptography\icspasymmetricalgorithm.cs (2)
33KeyContainerPermission kp = new KeyContainerPermission(KeyContainerPermissionFlags.NoFlags); 187KeyContainerPermission kp = new KeyContainerPermission(KeyContainerPermissionFlags.NoFlags);
system\security\cryptography\rsacryptoserviceprovider.cs (5)
225KeyContainerPermission kp = new KeyContainerPermission(KeyContainerPermissionFlags.NoFlags); 249KeyContainerPermission kp = new KeyContainerPermission(KeyContainerPermissionFlags.NoFlags); 289KeyContainerPermission kp = new KeyContainerPermission(KeyContainerPermissionFlags.NoFlags); 357KeyContainerPermission kp = new KeyContainerPermission(KeyContainerPermissionFlags.NoFlags); 431KeyContainerPermission kp = new KeyContainerPermission(KeyContainerPermissionFlags.NoFlags);
system\security\cryptography\utils.cs (4)
209KeyContainerPermission kp = new KeyContainerPermission(KeyContainerPermissionFlags.NoFlags); 338KeyContainerPermission kp = new KeyContainerPermission(KeyContainerPermissionFlags.NoFlags); 358KeyContainerPermission kp = new KeyContainerPermission(KeyContainerPermissionFlags.NoFlags); 429KeyContainerPermission kp = new KeyContainerPermission(KeyContainerPermissionFlags.NoFlags);
system\security\permissions\keycontainerpermission.cs (6)
380m_flags = KeyContainerPermissionFlags.NoFlags; 430if (this.Flags == KeyContainerPermissionFlags.NoFlags) { 432if (accessEntry.Flags != KeyContainerPermissionFlags.NoFlags) 567m_flags = KeyContainerPermissionFlags.NoFlags; 612KeyContainerPermissionFlags flags = KeyContainerPermissionFlags.NoFlags; 661KeyContainerPermissionFlags flags = KeyContainerPermissionFlags.NoFlags;
system\security\permissions\permissionattributes.cs (2)
343KeyContainerPermissionFlags m_flags = KeyContainerPermissionFlags.NoFlags; 392KeyContainerPermission cp = new KeyContainerPermission(KeyContainerPermissionFlags.NoFlags);
System (1)
security\system\security\cryptography\cryptoapi.cs (1)
3016KeyContainerPermission kp = new KeyContainerPermission(KeyContainerPermissionFlags.NoFlags);
System.Core (3)
System\Security\Cryptography\CngKey.cs (3)
383permission = new KeyContainerPermission(KeyContainerPermissionFlags.NoFlags); 430KeyContainerPermission permission = new KeyContainerPermission(KeyContainerPermissionFlags.NoFlags); 708KeyContainerPermission permission = new KeyContainerPermission(KeyContainerPermissionFlags.NoFlags);
System.Security (4)
system\security\cryptography\cryptoapi.cs (1)
2495KeyContainerPermission kp = new KeyContainerPermission(KeyContainerPermissionFlags.NoFlags);
system\security\cryptography\pkcs\envelopedpkcs7.cs (1)
275KeyContainerPermission kp = new KeyContainerPermission(KeyContainerPermissionFlags.NoFlags);
system\security\cryptography\pkcs\signedpkcs7.cs (1)
199KeyContainerPermission kp = new KeyContainerPermission(KeyContainerPermissionFlags.NoFlags);
system\security\cryptography\pkcs\signerinfo.cs (1)
294KeyContainerPermission kp = new KeyContainerPermission(KeyContainerPermissionFlags.NoFlags);