[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[[["\u003cp\u003eAuthProperty is a class representing a property of an AuthContext, available in the Grpc.Core namespace, and is currently considered an experimental API.\u003c/p\u003e\n"],["\u003cp\u003eThis class inherits from the object class and provides access to standard methods like Equals, GetHashCode, and ToString.\u003c/p\u003e\n"],["\u003cp\u003eAuthProperty objects have three properties: Name, Value, and ValueBytes, which provide the name, string value, and binary value of the property, respectively.\u003c/p\u003e\n"],["\u003cp\u003eYou can create a new AuthProperty instance using the static \u003ccode\u003eCreate\u003c/code\u003e method, providing a name (string) and a binary value (byte array).\u003c/p\u003e\n"],["\u003cp\u003eThe latest version available for AuthProperty is 2.66.0, with older versions 2.63.0 and 2.48.0 also available.\u003c/p\u003e\n"]]],[],null,["# Class AuthProperty (2.66.0)\n\nVersion latestkeyboard_arrow_down\n\n- [2.66.0 (latest)](/dotnet/docs/reference/Grpc.Core/latest/Grpc.Core.AuthProperty)\n- [2.63.0](/dotnet/docs/reference/Grpc.Core/2.63.0/Grpc.Core.AuthProperty)\n- [2.48.0](/dotnet/docs/reference/Grpc.Core/2.48.0/Grpc.Core.AuthProperty) \n\n public class AuthProperty\n\nA property of an [AuthContext](/dotnet/docs/reference/Grpc.Core/latest/Grpc.Core.AuthContext).\nNote: experimental API that can change or be removed without any prior notice. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e AuthProperty \n\nInherited Members\n-----------------\n\n[object.Equals(object)](https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)) \n[object.Equals(object, object)](https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)) \n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.MemberwiseClone()](https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone) \n[object.ReferenceEquals(object, object)](https://learn.microsoft.com/dotnet/api/system.object.referenceequals) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Grpc.Core](/dotnet/docs/reference/Grpc.Core/latest/Grpc.Core)\n\nAssembly\n--------\n\nGrpc.Core.Api.dll\n\nProperties\n----------\n\n### Name\n\n public string Name { get; }\n\nGets the name of the property.\n\n### Value\n\n public string Value { get; }\n\nGets the string value of the property.\n\n### ValueBytes\n\n public byte[] ValueBytes { get; }\n\nGets the binary value of the property.\n\nMethods\n-------\n\n### Create(string, byte\\[\\])\n\n public static AuthProperty Create(string name, byte[] valueBytes)\n\nCreates an instance of `AuthProperty`."]]