C# Класс ConoHaNet.Objects.Identity.AuthRequest

Показать файл Открыть проект

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
AuthRequest ( CloudIdentity identity ) : System

Initializes a new instance of the AuthRequest class with the given identity.

Описание методов

AuthRequest() публичный Метод

Initializes a new instance of the AuthRequest class with the given identity.
If is . If given type is not supported.
public AuthRequest ( CloudIdentity identity ) : System
identity CloudIdentity The identity of the user to authenticate.
Результат System