MessageCertificateX509File Constructor (String, String, StoreLocation)
Initializes a new instance of the MessageCertificateX509File class.
Namespace: Microsoft.ConfigurationManagement.Messaging.Framework
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public MessageCertificateX509File(
string storeName,
string certificateThumbprint,
StoreLocation storeLocation
)
public:
MessageCertificateX509File(
String^ storeName,
String^ certificateThumbprint,
StoreLocation storeLocation
)
Public Sub New (
storeName As String,
certificateThumbprint As String,
storeLocation As StoreLocation
)
Parameters
storeName
Type: System.StringThe name of the store.
certificateThumbprint
Type: System.StringThe certificate thumbprint.
storeLocation
Type: System.Security.Cryptography.X509Certificates.StoreLocationThe location of the store.
See Also
MessageCertificateX509File Overload
MessageCertificateX509File Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace
Return to top