SiteSignCertCertificate.EncodingType Property
Gets or sets the encoding type.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public string EncodingType { get; set; }
public:
property String^ EncodingType {
String^ get();
void set(String^ value);
}
Public Property EncodingType As String
Property Value
Type: System.String
See Also
SiteSignCertCertificate Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace
Return to top