SigninCard Class

Definition

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