LocalSecureStoreProvider.GetCredentialManagementUrl Method
This method is not supported by this class.
Namespace: Microsoft.Office.BusinessData.Infrastructure.SecureStore
Assembly: Microsoft.Office.BusinessData (in Microsoft.Office.BusinessData.dll)
Syntax
'Declaration
Public Function GetCredentialManagementUrl ( _
appID As String _
) As Uri
'Usage
Dim instance As LocalSecureStoreProvider
Dim appID As String
Dim returnValue As Uri
returnValue = instance.GetCredentialManagementUrl(appID)
public Uri GetCredentialManagementUrl(
string appID
)
Parameters
- appID
Type: System.String
Return Value
Type: System.Uri
Exceptions
Exception | Condition |
---|---|
NotSupportedException | The method is not supported. |
See Also
Reference
LocalSecureStoreProvider Class
LocalSecureStoreProvider Members
Microsoft.Office.BusinessData.Infrastructure.SecureStore Namespace