Class CsSecurityExtensions
Extensions class that provides common automation tasks rolled up under standard extension methods that support the CsSecurity model.
Inherited Members
Namespace: CodeFactory.Formatting.CSharp
Assembly: CodeFactory.Formatting.CSharp.dll
Syntax
public static class CsSecurityExtensions
Methods
| Improve this Doc View SourceCSharpFormatKeyword(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. |