3 references to CLR_PUBLICKEYONLY
System.Security.Cryptography (3)
System\Security\Cryptography\CapiHelper.Windows.cs (1)
571case ClrPropertyId.CLR_PUBLICKEYONLY:
System\Security\Cryptography\DSACryptoServiceProvider.Windows.cs (1)
249byte[] publicKey = CapiHelper.GetKeyParameter(SafeKeyHandle, CapiHelper.ClrPropertyId.CLR_PUBLICKEYONLY);
System\Security\Cryptography\RSACryptoServiceProvider.Windows.cs (1)
236byte[] publicKey = CapiHelper.GetKeyParameter(SafeKeyHandle, CapiHelper.ClrPropertyId.CLR_PUBLICKEYONLY);