VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Codecs.Decoders Namespace / DocumentAuthenticationRequest Class / DocumentAuthenticationRequest Constructors / DocumentAuthenticationRequest Constructor(String,String)
Синтаксис Требования Смотрите также
В этом разделе
    DocumentAuthenticationRequest Constructor(String,String)
    В этом разделе
    Инициализирует новый экземпляр класса DocumentAuthenticationRequest.
    Синтаксис
    'Declaration
    
    Public Function New( _
    ByVal userName
    Имя пользователя.
    As System.String, _
    ByVal password
    Пароль.
    As System.String _
    )
    public DocumentAuthenticationRequest(
    System.String userName,
    System.String password
    )
    public: DocumentAuthenticationRequest(
    System.String userName,
    System.String password
    )
    public:
    DocumentAuthenticationRequest(
    System.String userName,
    System.String password
    )

    Parameters

    userName
    Имя пользователя.
    password
    Пароль.
    Требования

    Целевые платформы: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    Смотрите также