CodeFactory Platform CodeFactory Platform
CodeFactory Platform CodeFactory Platform
CodeFactory

Search Results for

    Class CsSecurityExtensions

    Extensions class that provides common automation tasks rolled up under standard extension methods that support the CsSecurity model.

    Inheritance
    object
    CsSecurityExtensions
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: CodeFactory.Formatting.CSharp
    Assembly: CodeFactory.Formatting.CSharp.dll
    Syntax
    public static class CsSecurityExtensions

    Methods

    | Improve this Doc View Source

    CSharpFormatKeyword(CsSecurity)

    Gets the security keyword for the C# language.

    Declaration
    public static string CSharpFormatKeyword(this CsSecurity source)
    Parameters
    Type Name Description
    CsSecurity source

    The source security object to get the keyword from.

    Returns
    Type Description
    string

    The name of the security keyword or null.

    © CodeFactory, LLC. All rights reserved.