CustomAuthorizationProviderData.SetAttributeValue Method

Sets the attribute value for a key.

Namespace:  Microsoft.Practices.EnterpriseLibrary.Security.Configuration
Assembly:  Microsoft.Practices.EnterpriseLibrary.Security (in Microsoft.Practices.EnterpriseLibrary.Security.dll)

Syntax

'Declaration
Public Sub SetAttributeValue ( _
    key As String, _
    value As String _
)
public void SetAttributeValue(
    string key,
    string value
)
public:
void SetAttributeValue(
    String^ key, 
    String^ value
)
public function SetAttributeValue(
    key : String, 
    value : String
)

Parameters

See Also

CustomAuthorizationProviderData Class

Microsoft.Practices.EnterpriseLibrary.Security.Configuration Namespace