Partager via


RequestChecker.CheckIsValidSecurityIdentifier Method (String, String)

 

Checks whether the parameter is a valid security identifier value.

Namespace:   Microsoft.WindowsServerSolutions.WebApi.Framework
Assembly:  Wssg.WebApi.Framework (in Wssg.WebApi.Framework.dll)

Syntax

public static void CheckIsValidSecurityIdentifier(
    string paramName,
    string paramValue
)
public:
static void CheckIsValidSecurityIdentifier(
    String^ paramName,
    String^ paramValue
)
Public Shared Sub CheckIsValidSecurityIdentifier (
    paramName As String,
    paramValue As String
)

Parameters

  • paramName
    Type: System.String

    The name of the parameter to check.

See Also

RequestChecker Class
Microsoft.WindowsServerSolutions.WebApi.Framework Namespace

Return to top