SecureStoreServiceProxy Class
Represents a Web service proxy installed in a server farm.
Inheritance Hierarchy
System.Object
Microsoft.SharePoint.Administration.SPAutoSerializingObject
Microsoft.SharePoint.Administration.SPPersistedObject
Microsoft.SharePoint.Administration.SPPersistedUpgradableObject
Microsoft.SharePoint.Administration.SPServiceProxy
Microsoft.SharePoint.Administration.SPIisWebServiceProxy
Microsoft.Office.SecureStoreService.Server.SecureStoreServiceProxy
Namespace: Microsoft.Office.SecureStoreService.Server
Assembly: Microsoft.Office.SecureStoreService (in Microsoft.Office.SecureStoreService.dll)
Syntax
'Declaration
<SupportedServiceApplicationAttribute("3B4573CC-A89D-458c-8AC1-3447531285CC", "1.0.0.0", _
GetType(SecureStoreServiceApplicationProxy))> _
<GuidAttribute("A95A4CA4-C6A8-43A5-B9B4-6C2298A103A4")> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
<PermissionSetAttribute(SecurityAction.Demand, Name := "FullTrust")> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
Public NotInheritable Class SecureStoreServiceProxy _
Inherits SPIisWebServiceProxy _
Implements IServiceProxyAdministration
'Usage
Dim instance As SecureStoreServiceProxy
[SupportedServiceApplicationAttribute("3B4573CC-A89D-458c-8AC1-3447531285CC", "1.0.0.0",
typeof(SecureStoreServiceApplicationProxy))]
[GuidAttribute("A95A4CA4-C6A8-43A5-B9B4-6C2298A103A4")]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
[PermissionSetAttribute(SecurityAction.Demand, Name = "FullTrust")]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
public sealed class SecureStoreServiceProxy : SPIisWebServiceProxy,
IServiceProxyAdministration
Remarks
Derived classes can use this abstract class to represent a Web service proxy installed on a server farm.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.