3 references to BuildKeyContainerPermission
System.Core (3)
System\Security\Cryptography\CngKey.cs (2)
467
KeyContainerPermission permission =
BuildKeyContainerPermission
(KeyContainerPermissionFlags.Delete);
626
KeyContainerPermission permission =
BuildKeyContainerPermission
(KeyContainerPermissionFlags.Export);
System\Security\Cryptography\ECDsaCng.cs (1)
312
KeyContainerPermission permission = Key.
BuildKeyContainerPermission
(KeyContainerPermissionFlags.Sign);