Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Converts the current collection to a new SecureStoreCredentialCollection object.
Namespace: Microsoft.Office.SecureStoreService.Server
Assembly: Microsoft.Office.SecureStoreService (in Microsoft.Office.SecureStoreService.dll)
Syntax
'Declaration
Public Function ToSecureStoreCredentialCollection As SecureStoreCredentialCollection
'Usage
Dim instance As SerializableSecureStoreCredentialCollection
Dim returnValue As SecureStoreCredentialCollection
returnValue = instance.ToSecureStoreCredentialCollection()
public SecureStoreCredentialCollection ToSecureStoreCredentialCollection()
Return Value
Type: Microsoft.BusinessData.Infrastructure.SecureStore.SecureStoreCredentialCollection
The new collection containing the current value of the SerializableSecureStoreCredentialCollection object.
Remarks
The new collection is read-only.
See Also
Reference
SerializableSecureStoreCredentialCollection Class