SecureStorePermission.FromXml Method
Reconstructs a SecureStorePermission object from an XML encoding.
Namespace: Microsoft.Office.SecureStoreService.Server.Security
Assembly: Microsoft.Office.SecureStoreService.Server.Security (in Microsoft.Office.SecureStoreService.Server.Security.dll)
Syntax
'Declaration
Public Overrides Sub FromXml ( _
securityElement As SecurityElement _
)
'Usage
Dim instance As SecureStorePermission
Dim securityElement As SecurityElement
instance.FromXml(securityElement)
public override void FromXml(
SecurityElement securityElement
)
Parameters
securityElement
Type: System.Security.SecurityElementThe XML encoding from which to reconstruct the SecureStorePermission object.
Implements
ISecurityEncodable.FromXml(SecurityElement)
See Also
Reference
Microsoft.Office.SecureStoreService.Server.Security Namespace