AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

State class passed on callback to demand user credentials when authentication is performed using a non-default identity.

Inheritance Hierarchy

System.Object
  Amazon.SecurityToken.SAML.CredentialCallbackArgs

Namespace: Amazon.SecurityToken.SAML
Assembly: AWSSDK.SecurityToken.dll
Version: 3.x.y.z

Syntax

C#
[Obsolete("This class is obsolete and will be removed in a future release. Please update your code to use the Amazon.Runtime.CredentialRequestCallbackArgs class instead.")]
public class CredentialCallbackArgs

The CredentialCallbackArgs type exposes the following members

Constructors

NameDescription
Public Method CredentialCallbackArgs()

Properties

NameTypeDescription
Public Property CustomState System.Object

Any custom state that was registered with the callback.

Public Property PreviousAuthenticationFailed System.Boolean

Set if the callback was due to a failed authentication attempt. If false we are beginning to obtain or refresh credentials.

Public Property UserIdentity System.String

Contains the user identity that the user should supply a password for.

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5