SecureStoreCredentialsNotFoundException Members
Include Protected Members
Include Inherited Members
Represents an exception that is thrown from the Secure Store when the credentials are not available for a given target application.
The SecureStoreCredentialsNotFoundException type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
SecureStoreCredentialsNotFoundException() | Constructs a new instance of the class. |
![]() |
SecureStoreCredentialsNotFoundException(String) | Constructs a new instance of the class with a message. |
![]() |
SecureStoreCredentialsNotFoundException(SerializationInfo, StreamingContext) | Constructs a new instance of the class by using the serialization information and the streaming context. |
![]() |
SecureStoreCredentialsNotFoundException(String, Exception) | Constructs a new instance of the class with a message and an inner exception. |
![]() |
SecureStoreCredentialsNotFoundException(String, String, Uri) | Constructs a new instance of the class with a message and application information. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
CredentialManagementUrl | Gets the credential management URL if the target application type is an individual application. |
![]() |
Data | (Inherited from Exception.) |
![]() |
HelpLink | (Inherited from Exception.) |
![]() |
HResult | (Inherited from Exception.) |
![]() |
InnerException | (Inherited from Exception.) |
![]() |
Message | (Inherited from Exception.) |
![]() |
Source | (Inherited from Exception.) |
![]() |
StackTrace | (Inherited from Exception.) |
![]() |
TargetApplicationId | Gets the target application identifier for which the credentials are not available. |
![]() |
TargetSite | (Inherited from Exception.) |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetBaseException | (Inherited from Exception.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetObjectData | Writes information about the exception to the specified serialization information. (Overrides SecureStoreException.GetObjectData(SerializationInfo, StreamingContext).) |
![]() |
GetType | (Inherited from Exception.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
ToString | (Inherited from Exception.) |
Top