Identity Constructors

Definition

Overloads

Identity(String)

Constructor for Identity

Identity(String, String)

Constructor for Identity

Identity(String)

Constructor for Identity

public Identity (string email);
new Microsoft.InformationProtection.Identity : string -> Microsoft.InformationProtection.Identity
Public Sub New (email As String)

Parameters

email
String

The email

Applies to

Identity(String, String)

Constructor for Identity

public Identity (string email, string name);
new Microsoft.InformationProtection.Identity : string * string -> Microsoft.InformationProtection.Identity
Public Sub New (email As String, name As String)

Parameters

email
String

The email

name
String

The name

Applies to