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.

Tests if an instance can be created from the persisted profile data. If profilesLocation is null/empty, the SDK store is searched for the profile data before probing for the profile in the shared the ini-format credential file.

Namespace: Amazon.Runtime
Assembly: AWSSDK.Core.dll
Version: 3.x.y.z

Syntax

C#
public Boolean CanCreateFrom(
         String profileName,
         String profilesLocation
)

Parameters

profileName
Type: System.String

The name of the profile to test

profilesLocation
Type: System.String

If null/empty, the SDK store is searched for the named profile otherwise the ini-format credential file at the specified location is inspected.

Return Value


Type: Boolean
True if the persisted data would yield a valid credentials instance.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

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