LEADTOOLS Multimedia (Leadtools.Multimedia assembly) Send comments on this topic. | Back to Introduction | Help Version 17.0.3.22
WMCertificate Property
See Also 
Leadtools.Multimedia Namespace > ConvertCtrl Class : WMCertificate Property



Gets or sets the user assigned windows media certificate.

Syntax

Visual Basic (Declaration) 
Public Overridable Property WMCertificate As Object
Visual Basic (Usage)Copy Code
Dim instance As ConvertCtrl
Dim value As Object
 
instance.WMCertificate = value
 
value = instance.WMCertificate
C# 
public virtual object WMCertificate {get; set;}
C++/CLI 
public:
virtual property Object^ WMCertificate {
   Object^ get();
   void set (    Object^ value);
}

Property Value

An object representing the WMCertificate windows media certificate.

Remarks

Assignment can raise an error exception. For more information, refer to the Error Codes.

Note: You do not need to use this property on computers with Windows Media Format 9.5 components or later. If you install the Windows Media 9.5 redistributable or you have Windows Media Player 9 or later installed, you do not need to use Windows Media Certificates. For more information, please go to Windows Media Support.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also