AsnWriter.WriteObjectIdentifier 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
| WriteObjectIdentifier(ReadOnlySpan<Char>, Nullable<Asn1Tag>) |
지정된 태그가 있는 개체 식별자를 씁니다. |
| WriteObjectIdentifier(String, Nullable<Asn1Tag>) |
지정된 태그가 있는 개체 식별자를 씁니다. |
WriteObjectIdentifier(ReadOnlySpan<Char>, Nullable<Asn1Tag>)
지정된 태그가 있는 개체 식별자를 씁니다.
public void WriteObjectIdentifier (ReadOnlySpan<char> oidValue, System.Formats.Asn1.Asn1Tag? tag = default);
member this.WriteObjectIdentifier : ReadOnlySpan<char> * Nullable<System.Formats.Asn1.Asn1Tag> -> unit
Public Sub WriteObjectIdentifier (oidValue As ReadOnlySpan(Of Char), Optional tag As Nullable(Of Asn1Tag) = Nothing)
매개 변수
- oidValue
- ReadOnlySpan<Char>
쓸 개체 식별자입니다.
예외
tag.TagClass Universal이지만 tag.TagValue는 이 메서드에 올바르지 않습니다.
-또는- oidValue는 유효한 점으로 구분된 10진수 개체 식별자가 아닙니다.
적용 대상
WriteObjectIdentifier(String, Nullable<Asn1Tag>)
지정된 태그가 있는 개체 식별자를 씁니다.
public void WriteObjectIdentifier (string oidValue, System.Formats.Asn1.Asn1Tag? tag = default);
member this.WriteObjectIdentifier : string * Nullable<System.Formats.Asn1.Asn1Tag> -> unit
Public Sub WriteObjectIdentifier (oidValue As String, Optional tag As Nullable(Of Asn1Tag) = Nothing)
매개 변수
- oidValue
- String
쓸 개체 식별자입니다.
예외
tag.TagClass Universal이지만 tag.TagValue는 이 메서드에 올바르지 않습니다.
-또는- oidValue는 유효한 점으로 구분된 10진수 개체 식별자가 아닙니다.
oidValue이(가) null인 경우