System.Messaging Reference (Document! X Sample)
System.Messaging Namespace / CryptographicProviderType Enumeration



In This Topic
    CryptographicProviderType Enumeration
    In This Topic
    Specifies the cryptographic service providers available for validating digital signatures.
    Syntax
    'Declaration
     
    
    Public Enum CryptographicProviderType 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As CryptographicProviderType
    public enum CryptographicProviderType : System.Enum 
    public enum class CryptographicProviderType : public System.Enum 
    Members
    MemberDescription
    DssA provider type that, like RsqSig, only supports hashes and digital signatures. Dss specifies the Digital Signature Algorithm (DSA) signature algorithm.
    FortezzaA provider type that contains a set of cryptographic protocols and algorithms owned by the National Institute of Standards and Technology.
    MicrosoftExchangeA provider type designed for the cryptographic needs of the Microsoft Exchange mail application and other applications compatible with Microsoft Mail.
    NoneNo cryptographic provider type specified.
    RsaFullThe full RSA provider type, which supports both digital signatures and data encryption. Considered a general purpose cryptographic services provider. The RSA public-key algorithm is used for all public-key operations.
    RsqSigA subset of the RsaFull provider type, which supports only those functions and algorithms required for hashes and digital signatures.
    SslA provider type that supports the Secure Sockets Layer (SSL) protocol.
    SttAcqSecure transaction technology provider acquirer.
    SttBrndSecure transaction technology provider brand.
    SttIssSecure transaction technology provider issuer.
    SttMerSecure transaction technology provider enterprise.
    SttRootSecure transaction technology provider root.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             System.Messaging.CryptographicProviderType

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also