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