PrivateKey.IsMachineKeyset method
[The IsMachineKeyset method is available for use in the operating systems specified in the Requirements section. Instead, use the X509Certificate2.PrivateKey Property in the System.Security.Cryptography.X509Certificates namespace.]
The IsMachineKeyset method returns a Boolean value that indicates whether the private key belongs to a machine key set.
Syntax
PrivateKey.IsMachineKeyset()
Parameters
This method has no parameters.
Return value
If true, the private key belongs to a machine key set.
Remarks
The return value of this method is dependent on the cryptographic service provider (CSP) used. This method will return a trustworthy value if a Microsoft CSP is used. If the CSP is not a Microsoft CSP, the return value cannot be trusted to be accurate.
Requirements
Requirement | Value |
---|---|
Redistributable |
CAPICOM 2.0 or later on Windows Server 2003 and Windows XP |
DLL |
|
See also