FFMpegUserCredential Class

NReco.VideoConverter Class Library Documentation
Represents user credential used when starting FFMpeg process.
Inheritance Hierarchy

SystemObject
  NReco.VideoConverterFFMpegUserCredential

Namespace:  NReco.VideoConverter
Assembly:  NReco.VideoConverter (in NReco.VideoConverter.dll) Version: 1.2.0
Syntax

public sealed class FFMpegUserCredential

The FFMpegUserCredential type exposes the following members.

Constructors

  NameDescription
Public methodFFMpegUserCredential(String, SecureString)
Initializes a new instance of the FFMpegUserCredential class
Public methodFFMpegUserCredential(String, SecureString, String)
Initializes a new instance of the FFMpegUserCredential class
Top
Properties

  NameDescription
Public propertyDomain
Gets a value that identifies the domain to use when starting FFMpeg process.
Public propertyPassword
Gets a secure string that contains the user password to use when starting FFMpeg process.
Public propertyUserName
Gets the user name to be used when starting FFMpeg process.
Top
Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also

Reference