SecureStoreServiceApplication.GetRestrictedCredentials Method
Gets the credentials for a restricted target application.
Namespace: Microsoft.Office.SecureStoreService.Server
Assembly: Microsoft.Office.SecureStoreService (in Microsoft.Office.SecureStoreService.dll)
Syntax
'Declaration
Public Function GetRestrictedCredentials ( _
rawPartitionId As Guid, _
applicationId As String _
) As SerializableSecureStoreCredentialCollection
'Usage
Dim instance As SecureStoreServiceApplication
Dim rawPartitionId As Guid
Dim applicationId As String
Dim returnValue As SerializableSecureStoreCredentialCollection
returnValue = instance.GetRestrictedCredentials(rawPartitionId, _
applicationId)
public SerializableSecureStoreCredentialCollection GetRestrictedCredentials(
Guid rawPartitionId,
string applicationId
)
Parameters
rawPartitionId
Type: System.GuidThe GUID that represents the partition ID.
applicationId
Type: System.StringThe ID of the restricted target application.
Return Value
Type: Microsoft.Office.SecureStoreService.Server.SerializableSecureStoreCredentialCollection
A credentials collection for the restricted target application in the specified partition.
Implements
ISecureStoreServiceApplication.GetRestrictedCredentials(Guid, String)
Remarks
This method can be called to return the credentials for restricted and non-restricted target applications.
See Also
Reference
SecureStoreServiceApplication Class