SecureStoreCredentialCollection Constructor
Constructs and initializes the class by using a list of parameters.
Namespace: Microsoft.BusinessData.Infrastructure.SecureStore
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
Public Sub New ( _
creds As IList(Of ISecureStoreCredential) _
)
'Usage
Dim creds As IList(Of ISecureStoreCredential)
Dim instance As New SecureStoreCredentialCollection(creds)
public SecureStoreCredentialCollection(
IList<ISecureStoreCredential> creds
)
Parameters
creds
Type: System.Collections.Generic.IList<ISecureStoreCredential>The list of credential items.
Remarks
Instances of objects in the Business Data Connectivity object model are tied to the Metadata Store they are obtained from. Using instances tied to one Metadata Store with the instances from another Metadata Store will cause data corruption and other unexpected behavior. For more information, see DatabaseBackedMetadataCatalog, FileBackedMetadataCatalog, and RemoteSharedFileBackedMetadataCatalog.
See Also
Reference
SecureStoreCredentialCollection Class