C# Class Microsoft.Identity.Client.PlatformParameters

Additional parameters used in acquiring user's authorization
Inheritance: IPlatformParameters
Afficher le fichier Open project: AzureAD/microsoft-authentication-library-for-dotnet Class Usage Examples

Méthodes publiques

Méthode Description
PlatformParameters ( )
PlatformParameters ( bool useCorporateNetwork )
PlatformParameters ( object ownerWindow )

PlatformParameters ( ) : Android.App

PlatformParameters ( Android.App.Activity callerActivity ) : Android.App

PlatformParameters ( ) : UIKit

PlatformParameters ( UIViewController callerViewController ) : UIKit

Method Details

PlatformParameters() public méthode

public PlatformParameters ( )

PlatformParameters() public méthode

public PlatformParameters ( bool useCorporateNetwork )
useCorporateNetwork bool

PlatformParameters() public méthode

public PlatformParameters ( object ownerWindow )
ownerWindow object

PlatformParameters() public méthode

public PlatformParameters ( ) : Android.App
Résultat Android.App

PlatformParameters() public méthode

public PlatformParameters ( Android.App.Activity callerActivity ) : Android.App
callerActivity Android.App.Activity
Résultat Android.App

PlatformParameters() public méthode

public PlatformParameters ( ) : UIKit
Résultat UIKit

PlatformParameters() public méthode

public PlatformParameters ( UIViewController callerViewController ) : UIKit
callerViewController UIViewController
Résultat UIKit