Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

SigninCard Class

Definition

Namespace:
Microsoft.Bot.Schema
Assembly:
Microsoft.Bot.Schema.dll
Package:
Microsoft.Bot.Schema v4.22.7

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

SigninCard ContentType value.

public class SigninCard
type SigninCard = class
Public Class SigninCard
Inheritance
SigninCard

Constructors

SigninCard()

Initializes a new instance of the SigninCard class.

SigninCard(String, IList<CardAction>)

Initializes a new instance of the SigninCard class.

Fields

ContentType

The content type value of a SigninCard.

Properties

Buttons

Gets or sets action to use to perform signin.

Text

Gets or sets text for sign-in request.

Methods

Create(String, String, String)

Creates a SigninCard.

Extension Methods

ToAttachment(SigninCard)

Creates a new attachment from SigninCard.

Applies to