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