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.
Gets the vendor information 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 Vendor As String
Get
'Usage
Dim instance As SecureStoreProviderInformation
Dim value As String
value = instance.Vendor
public string Vendor { get; }
Property Value
Type: System.String
The vendor information of the current Secure Store provider.
Implements
ISecureStoreProviderInformation.Vendor
See Also
Reference
SecureStoreProviderInformation Class