C# Class Microsoft.IdentityModel.Clients.ActiveDirectory.AuthenticationResult

Mostrar archivo Open project: AzureAD/microsoft-authentication-library-for-dotnet Class Usage Examples

Private Properties

Property Type Description
AuthenticationResult System
ReplaceNullStringPropertiesWithEmptyString void

Private Methods

Method Description
AuthenticationResult ( Exception ex ) : System
ReplaceNullStringPropertiesWithEmptyString ( ) : void

The Windows Runtime string type is a value type and has no null value. The .NET projection prohibits passing a null .NET string across the Windows Runtime ABI boundary for this reason.