NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

CryptoProviderType Enumeration

Typically used when working with foreign queues. The type and name of the cryptographic provider is required to validate the digital signature of a message sent to a foreign queue or messages passed to MSMQ from a foreign queue.

[Visual Basic]
Public Enum CryptoProviderType
[C#]
public enum CryptoProviderType
[C++]
public enum CryptoProviderType

[JScript] In JScript, you can use the enumerations in the NGWS frameworks, but you cannot define your own.

Members

Member Name Description
DSS [To be supplied.]
FORTEZZA [To be supplied.]
MS_EXCHANGE [To be supplied.]
None [To be supplied.]
RSA_FULL [To be supplied.]
RSQ_SIG [To be supplied.]
SSL [To be supplied.]
STT_ACQ [To be supplied.]
STT_BRND [To be supplied.]
STT_ISS [To be supplied.]
STT_MER [To be supplied.]
STT_ROOT [To be supplied.]

Requirements

Namespace: System.Messaging

Assembly: system.messaging.dll

See Also

System.Messaging Namespace