SecureStoreServiceApplicationProxy.Provision Method
Makes the changes to the local server that are needed before the SecureStoreServiceApplication proxy object can be used.
Namespace: Microsoft.Office.SecureStoreService.Server
Assembly: Microsoft.Office.SecureStoreService (in Microsoft.Office.SecureStoreService.dll)
Syntax
'Declaration
Public Overrides Sub Provision
'Usage
Dim instance As SecureStoreServiceApplicationProxy
instance.Provision()
public override void Provision()
Remarks
This method uses the SPServiceLoadBalancer to provision the application and to ensure that the changes are persisted.
See Also
Reference
SecureStoreServiceApplicationProxy Class