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.
Defines the signatures for methods that provide a Windows Communication Foundation (WCF) API so that the SecureStoreServiceProxy methods can be invoked from a local computer and executed on a remote computer.
Namespace: Microsoft.Office.SecureStoreService.Server
Assembly: Microsoft.Office.SecureStoreService (in Microsoft.Office.SecureStoreService.dll)
Syntax
'Declaration
<ServiceContractAttribute(Namespace := "https://schemas.microsoft.com/sharepoint/2009/06/securestoreservice")> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
Public Interface ISecureStoreServiceApplication
'Usage
Dim instance As ISecureStoreServiceApplication
[ServiceContractAttribute(Namespace = "https://schemas.microsoft.com/sharepoint/2009/06/securestoreservice")]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
public interface ISecureStoreServiceApplication