4 references to ReadKeyParameterSilent
System.Security.Cryptography (4)
System\Security\Cryptography\CspKeyContainerInfo.Windows.cs (4)
50
object? retVal =
ReadKeyParameterSilent
(CapiHelper.ClrPropertyId.CLR_ACCESSIBLE, throwOnNotFound: false);
75
return (bool)
ReadKeyParameterSilent
(CapiHelper.ClrPropertyId.CLR_EXPORTABLE)!;
136
return (bool)
ReadKeyParameterSilent
(CapiHelper.ClrPropertyId.CLR_PROTECTED)!;
191
return (string)
ReadKeyParameterSilent
(CapiHelper.ClrPropertyId.CLR_UNIQUE_CONTAINER)!;