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 > PlayCtrl 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 PlayCtrl
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. This property is not needed on computers with Windows Media Format 9.5 components or later. If the Windows Media 9.5 redistributable or Windows Media Player 9 or later is installed, Windows Media Certificates are not necessary. For more information, see the Microsoft documentation on 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