PowerTCP Mail for .NET
CertificateProvider Enumeration
See Also  Send comments on this topic.
Dart.PowerTCP.Mail Namespace : CertificateProvider Enumeration




Enumerates the cryptographic providers allowed by Microsoft.

Syntax

Visual Basic (Declaration) 
Public Enum CertificateProvider 
   Inherits System.Enum
Visual Basic (Usage)Copy Code
Dim instance As CertificateProvider
C# 
public enum CertificateProvider : System.Enum 
Managed Extensions for C++ 
__value public enum CertificateProvider : public System.Enum 
C++/CLI 
public enum class CertificateProvider : public System.Enum 

Members

MemberDescription
BaseMicrosoft Base Cryptographic Provider v1.0
BaseDssMicrosoft Base DSS Cryptographic Provider
BaseDssDhMicrosoft Base DSS and Diffie-Hellman Cryptographic Provider
DhSchannelMicrosoft DH SChannel Cryptographic Provider
EnhancedBaseMicrosoft Enhanced Cryptographic Provider v1.0
EnhancedDssDhMicrosoft Enhanced DSS and Diffie-Hellman Cryptographic Provider
EnhancedRsaAesMicrosoft Enhanced RSA and AES Cryptographic Provider (Prototype)
ExchangeMicrosoft Exchange Cryptographic Provider v1.0
GemSafeGemplus GemSAFE Card CSP v1.0
RsaSchannelMicrosoft RSA SChannel Cryptographic Provider
SchlumbergerSchlumberger Cryptographic Service Provider
SicryptInfineon SICRYPT Base Smart Card CSP
StrongMicrosoft Strong Cryptographic Provider

Remarks

The most commonly used provider for Microsoft certificates is the Microsoft Base Cryptographic Provider

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Dart.PowerTCP.Mail.CertificateProvider

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 3.2
© 2010 Dart Communications. All Rights Reserved.