This topic has not yet been rated - Rate this topic

CngProvider Members

.NET Framework 3.5

Encapsulates the name of a key storage provider (KSP) for use with Cryptography Next Generation (CNG) objects.

The CngProvider type exposes the following members.

  NameDescription
Public method CngProvider Initializes a new instance of the CngProvider class.
Top
  NameDescription
Public method Equals Overloaded. Compares two CngProvider objects.
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode Generates a hash value for the name of the key storage provider (KSP) that is embedded in the current CngProvider object. (Overrides Object.GetHashCode().)
Public method GetType Gets the type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method ToString Gets the name of the key storage provider (KSP) that the current CngProvider object specifies. (Overrides Object.ToString().)
Top
  NameDescription
Public operator Static member Equality Determines whether two CngProvider objects specify the same key storage provider (KSP).
Public operator Static member Inequality Determines whether two CngProvider objects do not represent the same key storage provider (KSP).
Top
  NameDescription
Public property Static member MicrosoftSmartCardKeyStorageProvider Gets a CngProvider object that specifies the Microsoft Smart Card Key Storage Provider.
Public property Static member MicrosoftSoftwareKeyStorageProvider Gets a CngProvider object that specifies the Microsoft Software Key Storage Provider.
Public property Provider Gets the name of the key storage provider (KSP) that the current CngProvider object specifies.
Top
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.