PlatformConfigurationHelper::GetCertificate Method (IDictionary<String^, Object^>^, String^, Boolean)
Gets the certificate for the helper.
Assembly: Microsoft.WindowsAzure.Common.NetFramework (in Microsoft.WindowsAzure.Common.NetFramework.dll)
public: static X509Certificate2^ GetCertificate( IDictionary<String^, Object^>^ parameters, String^ name, bool isRequired = true )
Parameters
- parameters
-
Type:
System.Collections.Generic::IDictionary<String^, Object^>^
The parameter.
- name
-
Type:
System::String^
The name.
- isRequired
-
Type:
System::Boolean
The indicator of whether the certificate is required. True if the certificate is required; otherwise, false.
Return Value
Type: System.Security.Cryptography.X509Certificates::X509Certificate2^The certificate for the helper.
Show: