Constable Authorization Engine 2.0 BETA

AuthorizationPolicyLoader.LoadFromStream Method 

[This is preliminary documentation and subject to change.]

Loads an instance of the AuthorizationPolicy class from the given stream.

[Visual Basic]
Public Shared Function LoadFromStream( _
   ByVal stream As Stream _
) As AuthorizationPolicy
[C#]
public static AuthorizationPolicy LoadFromStream(
   Stream stream
);

Parameters

stream
The stream containing the authorization policy to be loaded.

Return Value

An instance of the AuthorizationPolicy class populated from the given stream.

See Also

AuthorizationPolicyLoader Class | LaMarvin.Constable Namespace