SecureStoreProviderInformation.AssemblyName Property
Gets the name of the current Secure Store provider assembly.
Namespace: Microsoft.Office.SecureStoreService.Server
Assembly: Microsoft.Office.SecureStoreService (in Microsoft.Office.SecureStoreService.dll)
Syntax
'Declaration
Public ReadOnly Property AssemblyName As String
Get
'Usage
Dim instance As SecureStoreProviderInformation
Dim value As String
value = instance.AssemblyName
public string AssemblyName { get; }
Property Value
Type: System.String
The name of the current Secure Store provider assembly.
Implements
ISecureStoreProviderInformation.AssemblyName
See Also
Reference
SecureStoreProviderInformation Class