ISecureStoreProviderInformation.AssemblyName Property
Gets the assembly name of the provider.
Namespace: Microsoft.BusinessData.Infrastructure.SecureStore
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
ReadOnly Property AssemblyName As String
Get
'Usage
Dim instance As ISecureStoreProviderInformation
Dim value As String
value = instance.AssemblyName
string AssemblyName { get; }
Property Value
Type: System.String
The assembly name of the provider.
Remarks
The provider implements the ISecureStoreProvider interface.
See Also
Reference
ISecureStoreProviderInformation Interface