4 references to KeyNumber
mscorlib (1)
src\libraries\shims\mscorlib\ref\mscorlib.cs (1)
893
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.
KeyNumber
))]
netstandard (1)
netstandard.cs (1)
1891
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.
KeyNumber
))]
System.Security.Cryptography (1)
System\Security\Cryptography\CspKeyContainerInfo.NotSupported.cs (1)
16
public
KeyNumber
KeyNumber { get { throw GetPlatformNotSupported(); } }
System.Security.Cryptography.Csp (1)
System.Security.Cryptography.Csp.cs (1)
11
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.
KeyNumber
))]